#FCDACD

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

Shades of Cinderella #FCDACD

Tints of Cinderella #FCDACD

Color information

#FCDACD (or 0xFCDACD) is unknown color: approx Cinderella. HEX triplet: FC, DA and CD. RGB value is (252,218,205). Sum of RGB (Red+Green+Blue) = 252+218+205=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDACD is #032532. Grayscale: #E2E2E2. Windows color (decimal): -206131 or 13490940. OLE color: 13490940.

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

Color convert

RGB252218205-
CMYK00.130.190.01
HSL16.6º88.68%89.61%-
HSV(B)16.6º18.65%98.82%-
XYZ76.2475.2568.26-
YUV226.68115.76146.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 205 (80.47% from 255) = 30.37%
R=37.33%
G=32.30%
B=30.37%

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
Decimal25221820500.130.190.0116.688.6889.61
HexFCDACD0D13111595a
Octal37433231501523121131132
Binary111111001101101011001101011011001111000110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDACD; }

 p { color: rgb(252,218,205); }

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

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

 a { background-color: rgb(252,218,205); }

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

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

 span { border-color: rgb(252,218,205); }

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