#FEDBCD

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

Shades of Cinderella #FEDBCD

Tints of Cinderella #FEDBCD

Color information

#FEDBCD (or 0xFEDBCD) is unknown color: approx Cinderella. HEX triplet: FE, DB and CD. RGB value is (254,219,205). Sum of RGB (Red+Green+Blue) = 254+219+205=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBCD is #012432. Grayscale: #E3E3E3. Windows color (decimal): -74803 or 13491198. OLE color: 13491198.

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

Color convert

RGB254219205-
CMYK00.140.190.00
HSL17.14º96.08%90%-
HSV(B)17.14º19.29%99.61%-
XYZ77.2276.1468.38-
YUV227.87115.1146.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 219 (85.94% from 255) = 32.30%
BLUE value IS 205 (80.47% from 255) = 30.24%
R=37.46%
G=32.30%
B=30.24%

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
Decimal25421920500.140.190.0017.1496.0890
HexFEDBCD0E13011605a
Octal37633331501623021140132
Binary111111101101101111001101011101001101000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBCD; }

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

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

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

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

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

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

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

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