#FFD9CB

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

Shades of Cinderella #FFD9CB

Tints of Cinderella #FFD9CB

Color information

#FFD9CB (or 0xFFD9CB) is unknown color: approx Cinderella. HEX triplet: FF, D9 and CB. RGB value is (255,217,203). Sum of RGB (Red+Green+Blue) = 255+217+203=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9CB is #002634. Grayscale: #E2E2E2. Windows color (decimal): -9781 or 13359615. OLE color: 13359615.

HSL color Cylindrical-coordinate representation of color #FFD9CB: hue angle of 16.15º 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 #FFD9CB is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255217203-
CMYK00.150.200
HSL16.15º100%89.8%-
HSV(B)16.15º20.39%100%-
XYZ76.8375.266.96-
YUV226.77114.59148.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 203 (79.69% from 255) = 30.07%
R=37.78%
G=32.15%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521720300.150.20016.1510089.8
HexFFD9CB0F14010645a
Octal37733131301724020144132
Binary111111111101100111001011011111010001000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9CB; }

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

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

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

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

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

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

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

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