#FFD5CB

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

Shades of Cinderella #FFD5CB

Tints of Cinderella #FFD5CB

Color information

#FFD5CB (or 0xFFD5CB) is unknown color: approx Cinderella. HEX triplet: FF, D5 and CB. RGB value is (255,213,203). Sum of RGB (Red+Green+Blue) = 255+213+203=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5CB is #002A34. Grayscale: #E0E0E0. Windows color (decimal): -10805 or 13358591. OLE color: 13358591.

HSL color Cylindrical-coordinate representation of color #FFD5CB: hue angle of 11.54º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFD5CB is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255213203-
CMYK00.160.200
HSL11.54º100%89.8%-
HSV(B)11.54º20.39%100%-
XYZ75.8173.1666.63-
YUV224.42115.91149.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 213 (83.59% from 255) = 31.74%
BLUE value IS 203 (79.69% from 255) = 30.25%
R=38.00%
G=31.74%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521320300.160.20011.5410089.8
HexFFD5CB010140c645a
Octal37732531302024014144132
Binary111111111101010111001011010000101000110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5CB; }

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

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

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

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

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

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

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

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