#FCC6DB

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

Shades of Classic Rose #FCC6DB

Tints of Classic Rose #FCC6DB

Color information

#FCC6DB (or 0xFCC6DB) is unknown color: approx Classic Rose. HEX triplet: FC, C6 and DB. RGB value is (252,198,219). Sum of RGB (Red+Green+Blue) = 252+198+219=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6DB is #033924. Grayscale: #D8D8D8. Windows color (decimal): -211237 or 14403324. OLE color: 14403324.

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

Color convert

RGB252198219-
CMYK00.210.130.01
HSL336.67º90%88.24%-
HSV(B)336.67º21.43%98.82%-
XYZ73.1366.275.94-
YUV216.54129.39153.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 198 (77.73% from 255) = 29.60%
BLUE value IS 219 (85.94% from 255) = 32.74%
R=37.67%
G=29.60%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219821900.210.130.01336.679088.24
HexFCC6DB015D11515a58
Octal374306333025151521132130
Binary1111110011000110110110110101011101110101000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6DB; }

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

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

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

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

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

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

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

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