#FCDCCE

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

Shades of Cinderella #FCDCCE

Tints of Cinderella #FCDCCE

Color information

#FCDCCE (or 0xFCDCCE) is unknown color: approx Cinderella. HEX triplet: FC, DC and CE. RGB value is (252,220,206). Sum of RGB (Red+Green+Blue) = 252+220+206=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCCE is #032331. Grayscale: #E4E4E4. Windows color (decimal): -205618 or 13556988. OLE color: 13556988.

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

Color convert

RGB252220206-
CMYK00.130.180.01
HSL18.26º88.46%89.8%-
HSV(B)18.26º18.25%98.82%-
XYZ76.8876.3469.08-
YUV227.97115.6145.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 206 (80.86% from 255) = 30.38%
R=37.17%
G=32.45%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222020600.130.180.0118.2688.4689.8
HexFCDCCE0D12112585a
Octal37433431601522122130132
Binary111111001101110011001110011011001011001010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCCE; }

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

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

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

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

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

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

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

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