#FCC3DB

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

Shades of Classic Rose #FCC3DB

Tints of Classic Rose #FCC3DB

Color information

#FCC3DB (or 0xFCC3DB) is unknown color: approx Classic Rose. HEX triplet: FC, C3 and DB. RGB value is (252,195,219). Sum of RGB (Red+Green+Blue) = 252+195+219=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3DB is #033C24. Grayscale: #D6D6D6. Windows color (decimal): -212005 or 14402556. OLE color: 14402556.

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

Color convert

RGB252195219-
CMYK00.230.130.01
HSL334.74º90.48%87.65%-
HSV(B)334.74º22.62%98.82%-
XYZ72.4564.8475.71-
YUV214.78130.38154.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 195 (76.56% from 255) = 29.28%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=37.84%
G=29.28%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219521900.230.130.01334.7490.4887.65
HexFCC3DB017D114f5a58
Octal374303333027151517132130
Binary1111110011000011110110110101111101110100111110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3DB; }

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

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

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

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

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

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

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

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