#FFDACB

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

Shades of Cinderella #FFDACB

Tints of Cinderella #FFDACB

Color information

#FFDACB (or 0xFFDACB) is unknown color: approx Cinderella. HEX triplet: FF, DA and CB. RGB value is (255,218,203). Sum of RGB (Red+Green+Blue) = 255+218+203=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDACB is #002534. Grayscale: #E3E3E3. Windows color (decimal): -9525 or 13359871. OLE color: 13359871.

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

Color convert

RGB255218203-
CMYK00.150.200
HSL17.31º100%89.8%-
HSV(B)17.31º20.39%100%-
XYZ77.0975.7167.05-
YUV227.35114.26147.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 203 (79.69% from 255) = 30.03%
R=37.72%
G=32.25%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521820300.150.20017.3110089.8
HexFFDACB0F14011645a
Octal37733231301724021144132
Binary111111111101101011001011011111010001000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDACB; }

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

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

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

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

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

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

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

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