#F5D5CB

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

Shades of Cinderella #F5D5CB

Tints of Cinderella #F5D5CB

Color information

#F5D5CB (or 0xF5D5CB) is unknown color: approx Cinderella. HEX triplet: F5, D5 and CB. RGB value is (245,213,203). Sum of RGB (Red+Green+Blue) = 245+213+203=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D5CB is #0A2A34. Grayscale: #DDDDDD. Windows color (decimal): -666165 or 13358581. OLE color: 13358581.

HSL color Cylindrical-coordinate representation of color #F5D5CB: hue angle of 14.29º degrees, saturation: 0.68, 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 #F5D5CB is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245213203-
CMYK00.130.170.04
HSL14.29º67.74%87.84%-
HSV(B)14.29º17.14%96.08%-
XYZ72.2371.3166.46-
YUV221.43117.6144.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.07%
GREEN value IS 213 (83.59% from 255) = 32.22%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=37.07%
G=32.22%
B=30.71%

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
Decimal24521320300.130.170.0414.2967.7487.84
HexF5D5CB0D114e4458
Octal36532531301521416104130
Binary1111010111010101110010110110110001100111010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D5CB; }

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

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

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

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

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

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

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

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