#FCDCCB

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

Shades of Cinderella #FCDCCB

Tints of Cinderella #FCDCCB

Color information

#FCDCCB (or 0xFCDCCB) is unknown color: approx Cinderella. HEX triplet: FC, DC and CB. RGB value is (252,220,203). Sum of RGB (Red+Green+Blue) = 252+220+203=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCCB is #032334. Grayscale: #E3E3E3. Windows color (decimal): -205621 or 13360380. OLE color: 13360380.

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

Color convert

RGB252220203-
CMYK00.130.190.01
HSL20.82º89.09%89.22%-
HSV(B)20.82º19.44%98.82%-
XYZ76.5276.1967.17-
YUV227.63114.1145.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 203 (79.69% from 255) = 30.07%
R=37.33%
G=32.59%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222020300.130.190.0120.8289.0989.22
HexFCDCCB0D131155959
Octal37433431301523125131131
Binary111111001101110011001011011011001111010110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCCB; }

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

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

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

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

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

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

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

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