#FCC2B2

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

Shades of Melon #FCC2B2

Tints of Melon #FCC2B2

Color information

#FCC2B2 (or 0xFCC2B2) is unknown color: approx Melon. HEX triplet: FC, C2 and B2. RGB value is (252,194,178). Sum of RGB (Red+Green+Blue) = 252+194+178=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2B2 is #033D4D. Grayscale: #D1D1D1. Windows color (decimal): -212302 or 11715324. OLE color: 11715324.

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

Color convert

RGB252194178-
CMYK00.230.290.01
HSL12.97º92.5%84.31%-
HSV(B)12.97º29.37%98.82%-
XYZ67.4762.4950.63-
YUV209.52110.22158.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 194 (76.17% from 255) = 31.09%
BLUE value IS 178 (69.92% from 255) = 28.53%
R=40.38%
G=31.09%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219417800.230.290.0112.9792.584.31
HexFCC2B20171D1d5c54
Octal37430226202735115134124
Binary111111001100001010110010010111111011110110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2B2; }

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

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

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

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

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

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

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

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