#FCC2B1

Color #FCC2B1 Melon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melon #FCC2B1

Tints of Melon #FCC2B1

Color information

#FCC2B1 (or 0xFCC2B1) is unknown color: approx Melon. HEX triplet: FC, C2 and B1. RGB value is (252,194,177). Sum of RGB (Red+Green+Blue) = 252+194+177=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2B1 is #033D4E. Grayscale: #D1D1D1. Windows color (decimal): -212303 or 11649788. OLE color: 11649788.

HSL color Cylindrical-coordinate representation of color #FCC2B1: hue angle of 13.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCC2B1 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB252194177-
CMYK00.230.300.01
HSL13.6º92.59%84.12%-
HSV(B)13.6º29.76%98.82%-
XYZ67.3762.4550.1-
YUV209.4109.72158.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 194 (76.17% from 255) = 31.14%
BLUE value IS 177 (69.53% from 255) = 28.41%
R=40.45%
G=31.14%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219417700.230.300.0113.692.5984.12
HexFCC2B10171E1e5d54
Octal37430226102736116135124
Binary111111001100001010110001010111111101111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2B1; }

 p { color: rgb(252,194,177); }

 H1.HeaderClassName
 {
   color: #FCC2B1;
 }
 .AnyTagClassName
 {
   color: #FCC2B1;
 }
</style>
background-color css

<style>
 a { background-color: #FCC2B1; }

 a { background-color: rgb(252,194,177); }

 div.DivClassName
 {
   background-color: #FCC2B1;
 }
 .BgClassName
 {
   background-color: #FCC2B1;
 }
</style>
border-color css

<style>
 span { border-color: #FCC2B1; }

 span { border-color: rgb(252,194,177); }

 td.TdClassName
 {
   border-color: #FCC2B1;
 }
 .TagClassName
 {
   border-color: #FCC2B1;
 }
</style>