#FCC3C8

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

Shades of Azalea #FCC3C8

Tints of Azalea #FCC3C8

Color information

#FCC3C8 (or 0xFCC3C8) is unknown color: approx Azalea. HEX triplet: FC, C3 and C8. RGB value is (252,195,200). Sum of RGB (Red+Green+Blue) = 252+195+200=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3C8 is #033C37. Grayscale: #D4D4D4. Windows color (decimal): -212024 or 13157372. OLE color: 13157372.

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

Color convert

RGB252195200-
CMYK00.230.210.01
HSL354.74º90.48%87.65%-
HSV(B)354.74º22.62%98.82%-
XYZ70.0963.963.28-
YUV212.61120.88156.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 195 (76.56% from 255) = 30.14%
BLUE value IS 200 (78.52% from 255) = 30.91%
R=38.95%
G=30.14%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219520000.230.210.01354.7490.4887.65
HexFCC3C80171511635a58
Octal374303310027251543132130
Binary11111100110000111100100001011110101110110001110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3C8; }

 p { color: rgb(252,195,200); }

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

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

 a { background-color: rgb(252,195,200); }

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

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

 span { border-color: rgb(252,195,200); }

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