#FED7C7

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

Shades of Cinderella #FED7C7

Tints of Cinderella #FED7C7

Color information

#FED7C7 (or 0xFED7C7) is unknown color: approx Cinderella. HEX triplet: FE, D7 and C7. RGB value is (254,215,199). Sum of RGB (Red+Green+Blue) = 254+215+199=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 199 (78.12% from 255 or 29.79% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7C7 is #012838. Grayscale: #E0E0E0. Windows color (decimal): -75833 or 13096958. OLE color: 13096958.

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

Color convert

RGB254215199-
CMYK00.150.220.00
HSL17.45º96.49%88.82%-
HSV(B)17.45º21.65%99.61%-
XYZ75.4873.864.3-
YUV224.84113.42148.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 215 (84.38% from 255) = 32.19%
BLUE value IS 199 (78.12% from 255) = 29.79%
R=38.02%
G=32.19%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421519900.150.220.0017.4596.4988.82
HexFED7C70F160116059
Octal37632730701726021140131
Binary111111101101011111000111011111011001000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7C7; }

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

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

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

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

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

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

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

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