#FCC6CA

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

Shades of Azalea #FCC6CA

Tints of Azalea #FCC6CA

Color information

#FCC6CA (or 0xFCC6CA) is unknown color: approx Azalea. HEX triplet: FC, C6 and CA. RGB value is (252,198,202). Sum of RGB (Red+Green+Blue) = 252+198+202=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6CA is #033935. Grayscale: #D6D6D6. Windows color (decimal): -211254 or 13289212. OLE color: 13289212.

HSL color Cylindrical-coordinate representation of color #FCC6CA: hue angle of 355.56º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC6CA is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252198202-
CMYK00.210.200.01
HSL355.56º90%88.24%-
HSV(B)355.56º21.43%98.82%-
XYZ7165.3564.75-
YUV214.6120.89154.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 198 (77.73% from 255) = 30.37%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=38.65%
G=30.37%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219820200.210.200.01355.569088.24
HexFCC6CA0151411645a58
Octal374306312025241544132130
Binary11111100110001101100101001010110100110110010010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6CA; }

 p { color: rgb(252,198,202); }

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

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

 a { background-color: rgb(252,198,202); }

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

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

 span { border-color: rgb(252,198,202); }

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