#FDDACA

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

Shades of Cinderella #FDDACA

Tints of Cinderella #FDDACA

Color information

#FDDACA (or 0xFDDACA) is unknown color: approx Cinderella. HEX triplet: FD, DA and CA. RGB value is (253,218,202). Sum of RGB (Red+Green+Blue) = 253+218+202=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDACA is #022535. Grayscale: #E2E2E2. Windows color (decimal): -140598 or 13294333. OLE color: 13294333.

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

Color convert

RGB253218202-
CMYK00.140.200.01
HSL18.82º92.73%89.22%-
HSV(B)18.82º20.16%99.22%-
XYZ76.2475.2966.39-
YUV226.64114.1146.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 202 (79.30% from 255) = 30.01%
R=37.59%
G=32.39%
B=30.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321820200.140.200.0118.8292.7389.22
HexFDDACA0E141135d59
Octal37533231201624123135131
Binary111111011101101011001010011101010011001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDACA; }

 p { color: rgb(253,218,202); }

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

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

 a { background-color: rgb(253,218,202); }

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

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

 span { border-color: rgb(253,218,202); }

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