#FEDACE

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

Shades of Cinderella #FEDACE

Tints of Cinderella #FEDACE

Color information

#FEDACE (or 0xFEDACE) is unknown color: approx Cinderella. HEX triplet: FE, DA and CE. RGB value is (254,218,206). Sum of RGB (Red+Green+Blue) = 254+218+206=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDACE is #012531. Grayscale: #E3E3E3. Windows color (decimal): -75058 or 13556478. OLE color: 13556478.

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

Color convert

RGB254218206-
CMYK00.140.190.00
HSL15º96%90.2%-
HSV(B)15º18.9%99.61%-
XYZ77.0975.6768.94-
YUV227.4115.93146.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 206 (80.86% from 255) = 30.38%
R=37.46%
G=32.15%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421820600.140.190.00159690.2
HexFEDACE0E130f605a
Octal37633231601623017140132
Binary11111110110110101100111001110100110111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDACE; }

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

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

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

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

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

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

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

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