#FEDACB

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

Shades of Cinderella #FEDACB

Tints of Cinderella #FEDACB

Color information

#FEDACB (or 0xFEDACB) is unknown color: approx Cinderella. HEX triplet: FE, DA and CB. RGB value is (254,218,203). Sum of RGB (Red+Green+Blue) = 254+218+203=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDACB is #012534. Grayscale: #E3E3E3. Windows color (decimal): -75061 or 13359870. OLE color: 13359870.

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

Color convert

RGB254218203-
CMYK00.140.200.00
HSL17.65º96.23%89.61%-
HSV(B)17.65º20.08%99.61%-
XYZ76.7275.5367.03-
YUV227.05114.43147.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 203 (79.69% from 255) = 30.07%
R=37.63%
G=32.30%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421820300.140.200.0017.6596.2389.61
HexFEDACB0E14012605a
Octal37633231301624022140132
Binary111111101101101011001011011101010001001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDACB; }

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

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

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

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

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

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

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

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