#FCC3DC

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

Shades of Classic Rose #FCC3DC

Tints of Classic Rose #FCC3DC

Color information

#FCC3DC (or 0xFCC3DC) is unknown color: approx Classic Rose. HEX triplet: FC, C3 and DC. RGB value is (252,195,220). Sum of RGB (Red+Green+Blue) = 252+195+220=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3DC is #033C23. Grayscale: #D6D6D6. Windows color (decimal): -212004 or 14468092. OLE color: 14468092.

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

Color convert

RGB252195220-
CMYK00.230.130.01
HSL333.68º90.48%87.65%-
HSV(B)333.68º22.62%98.82%-
XYZ72.5864.8976.41-
YUV214.89130.88154.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 195 (76.56% from 255) = 29.24%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=37.78%
G=29.24%
B=32.98%

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
Decimal25219522000.230.130.01333.6890.4887.65
HexFCC3DC017D114e5a58
Octal374303334027151516132130
Binary1111110011000011110111000101111101110100111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3DC; }

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

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

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

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

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

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

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

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