#FCC2DC

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

Shades of Classic Rose #FCC2DC

Tints of Classic Rose #FCC2DC

Color information

#FCC2DC (or 0xFCC2DC) is unknown color: approx Classic Rose. HEX triplet: FC, C2 and DC. RGB value is (252,194,220). Sum of RGB (Red+Green+Blue) = 252+194+220=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2DC is #033D23. Grayscale: #D6D6D6. Windows color (decimal): -212260 or 14467836. OLE color: 14467836.

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

Color convert

RGB252194220-
CMYK00.230.130.01
HSL333.1º90.62%87.45%-
HSV(B)333.1º23.02%98.82%-
XYZ72.3564.4576.34-
YUV214.31131.22154.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 194 (76.17% from 255) = 29.13%
BLUE value IS 220 (86.33% from 255) = 33.03%
R=37.84%
G=29.13%
B=33.03%

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
Decimal25219422000.230.130.01333.190.6287.45
HexFCC2DC017D114d5b57
Octal374302334027151515133127
Binary1111110011000010110111000101111101110100110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2DC; }

 p { color: rgb(252,194,220); }

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

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

 a { background-color: rgb(252,194,220); }

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

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

 span { border-color: rgb(252,194,220); }

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