#F4D5CB

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

Shades of Cinderella #F4D5CB

Tints of Cinderella #F4D5CB

Color information

#F4D5CB (or 0xF4D5CB) is unknown color: approx Cinderella. HEX triplet: F4, D5 and CB. RGB value is (244,213,203). Sum of RGB (Red+Green+Blue) = 244+213+203=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 213 (83.59% from 255 or 32.27% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D5CB is #0B2A34. Grayscale: #DDDDDD. Windows color (decimal): -731701 or 13358580. OLE color: 13358580.

HSL color Cylindrical-coordinate representation of color #F4D5CB: hue angle of 14.63º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4D5CB is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244213203-
CMYK00.130.170.04
HSL14.63º65.08%87.65%-
HSV(B)14.63º16.8%95.69%-
XYZ71.8871.1366.44-
YUV221.13117.77144.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.97%
GREEN value IS 213 (83.59% from 255) = 32.27%
BLUE value IS 203 (79.69% from 255) = 30.76%
R=36.97%
G=32.27%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421320300.130.170.0414.6365.0887.65
HexF4D5CB0D114f4158
Octal36432531301521417101130
Binary1111010011010101110010110110110001100111110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D5CB; }

 p { color: rgb(244,213,203); }

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

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

 a { background-color: rgb(244,213,203); }

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

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

 span { border-color: rgb(244,213,203); }

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