#FCC0DC

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

Shades of Classic Rose #FCC0DC

Tints of Classic Rose #FCC0DC

Color information

#FCC0DC (or 0xFCC0DC) is unknown color: approx Classic Rose. HEX triplet: FC, C0 and DC. RGB value is (252,192,220). Sum of RGB (Red+Green+Blue) = 252+192+220=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0DC is #033F23. Grayscale: #D5D5D5. Windows color (decimal): -212772 or 14467324. OLE color: 14467324.

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

Color convert

RGB252192220-
CMYK00.240.130.01
HSL332º90.91%87.06%-
HSV(B)332º23.81%98.82%-
XYZ71.9163.5676.19-
YUV213.13131.88155.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 192 (75.39% from 255) = 28.92%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=37.95%
G=28.92%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219222000.240.130.0133290.9187.06
HexFCC0DC018D114c5b57
Octal374300334030151514133127
Binary1111110011000000110111000110001101110100110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0DC; }

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

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

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

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

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

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

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

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