#FCDDCE

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

Shades of Cinderella #FCDDCE

Tints of Cinderella #FCDDCE

Color information

#FCDDCE (or 0xFCDDCE) is unknown color: approx Cinderella. HEX triplet: FC, DD and CE. RGB value is (252,221,206). Sum of RGB (Red+Green+Blue) = 252+221+206=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDCE is #032231. Grayscale: #E4E4E4. Windows color (decimal): -205362 or 13557244. OLE color: 13557244.

HSL color Cylindrical-coordinate representation of color #FCDDCE: hue angle of 19.57º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCDDCE is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252221206-
CMYK00.120.180.01
HSL19.57º88.46%89.8%-
HSV(B)19.57º18.25%98.82%-
XYZ77.1476.8669.16-
YUV228.56115.27144.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 221 (86.72% from 255) = 32.55%
BLUE value IS 206 (80.86% from 255) = 30.34%
R=37.11%
G=32.55%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222120600.120.180.0119.5788.4689.8
HexFCDDCE0C12114585a
Octal37433531601422124130132
Binary111111001101110111001110011001001011010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDCE; }

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

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

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

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

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

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

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

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