#FEDACC

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

Shades of Cinderella #FEDACC

Tints of Cinderella #FEDACC

Color information

#FEDACC (or 0xFEDACC) is unknown color: approx Cinderella. HEX triplet: FE, DA and CC. RGB value is (254,218,204). Sum of RGB (Red+Green+Blue) = 254+218+204=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDACC is #012533. Grayscale: #E3E3E3. Windows color (decimal): -75060 or 13425406. OLE color: 13425406.

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

Color convert

RGB254218204-
CMYK00.140.200.00
HSL16.8º96.15%89.8%-
HSV(B)16.8º19.69%99.61%-
XYZ76.8475.5767.66-
YUV227.17114.93147.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 204 (80.08% from 255) = 30.18%
R=37.57%
G=32.25%
B=30.18%

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
Decimal25421820400.140.200.0016.896.1589.8
HexFEDACC0E14011605a
Octal37633231401624021140132
Binary111111101101101011001100011101010001000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDACC; }

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

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

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

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

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

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

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

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