#FCC6DD

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

Shades of Classic Rose #FCC6DD

Tints of Classic Rose #FCC6DD

Color information

#FCC6DD (or 0xFCC6DD) is unknown color: approx Classic Rose. HEX triplet: FC, C6 and DD. RGB value is (252,198,221). Sum of RGB (Red+Green+Blue) = 252+198+221=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6DD is #033922. Grayscale: #D8D8D8. Windows color (decimal): -211235 or 14534396. OLE color: 14534396.

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

Color convert

RGB252198221-
CMYK00.210.120.01
HSL334.44º90%88.24%-
HSV(B)334.44º21.43%98.82%-
XYZ73.3966.377.34-
YUV216.77130.39153.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 198 (77.73% from 255) = 29.51%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=37.56%
G=29.51%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219822100.210.120.01334.449088.24
HexFCC6DD015C114e5a58
Octal374306335025141516132130
Binary1111110011000110110111010101011100110100111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6DD; }

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

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

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

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

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

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

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

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