#FED3C7

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

Shades of Cinderella #FED3C7

Tints of Cinderella #FED3C7

Color information

#FED3C7 (or 0xFED3C7) is unknown color: approx Cinderella. HEX triplet: FE, D3 and C7. RGB value is (254,211,199). Sum of RGB (Red+Green+Blue) = 254+211+199=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 199 (78.12% from 255 or 29.97% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3C7 is #012C38. Grayscale: #DEDEDE. Windows color (decimal): -76857 or 13095934. OLE color: 13095934.

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

Color convert

RGB254211199-
CMYK00.170.220.00
HSL13.09º96.49%88.82%-
HSV(B)13.09º21.65%99.61%-
XYZ74.4871.7863.96-
YUV222.49114.75150.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 211 (82.81% from 255) = 31.78%
BLUE value IS 199 (78.12% from 255) = 29.97%
R=38.25%
G=31.78%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421119900.170.220.0013.0996.4988.82
HexFED3C7011160d6059
Octal37632330702126015140131
Binary111111101101001111000111010001101100110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3C7; }

 p { color: rgb(254,211,199); }

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

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

 a { background-color: rgb(254,211,199); }

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

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

 span { border-color: rgb(254,211,199); }

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