#FCC3DF

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

Shades of Classic Rose #FCC3DF

Tints of Classic Rose #FCC3DF

Color information

#FCC3DF (or 0xFCC3DF) is unknown color: approx Classic Rose. HEX triplet: FC, C3 and DF. RGB value is (252,195,223). Sum of RGB (Red+Green+Blue) = 252+195+223=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3DF is #033C20. Grayscale: #D7D7D7. Windows color (decimal): -212001 or 14664700. OLE color: 14664700.

HSL color Cylindrical-coordinate representation of color #FCC3DF: hue angle of 330.53º 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 #FCC3DF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252195223-
CMYK00.230.120.01
HSL330.53º90.48%87.65%-
HSV(B)330.53º22.62%98.82%-
XYZ72.9865.0578.52-
YUV215.24132.38154.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 195 (76.56% from 255) = 29.10%
BLUE value IS 223 (87.5% from 255) = 33.28%
R=37.61%
G=29.10%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219522300.230.120.01330.5390.4887.65
HexFCC3DF017C114b5a58
Octal374303337027141513132130
Binary1111110011000011110111110101111100110100101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3DF; }

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

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

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

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

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

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

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

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