#FEDACD

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

Shades of Cinderella #FEDACD

Tints of Cinderella #FEDACD

Color information

#FEDACD (or 0xFEDACD) is unknown color: approx Cinderella. HEX triplet: FE, DA and CD. RGB value is (254,218,205). Sum of RGB (Red+Green+Blue) = 254+218+205=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDACD is #012532. Grayscale: #E3E3E3. Windows color (decimal): -75059 or 13490942. OLE color: 13490942.

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

Color convert

RGB254218205-
CMYK00.140.190.00
HSL15.92º96.08%90%-
HSV(B)15.92º19.29%99.61%-
XYZ76.9675.6268.3-
YUV227.28115.43147.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 205 (80.47% from 255) = 30.28%
R=37.52%
G=32.20%
B=30.28%

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
Decimal25421820500.140.190.0015.9296.0890
HexFEDACD0E13010605a
Octal37633231501623020140132
Binary111111101101101011001101011101001101000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDACD; }

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

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

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

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

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

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

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

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