#FED4C5

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

Shades of Cinderella #FED4C5

Tints of Cinderella #FED4C5

Color information

#FED4C5 (or 0xFED4C5) is unknown color: approx Cinderella. HEX triplet: FE, D4 and C5. RGB value is (254,212,197). Sum of RGB (Red+Green+Blue) = 254+212+197=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 197 (77.34% from 255 or 29.71% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4C5 is #012B3A. Grayscale: #DEDEDE. Windows color (decimal): -76603 or 12965118. OLE color: 12965118.

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

Color convert

RGB254212197-
CMYK00.170.220.00
HSL15.79º96.61%88.43%-
HSV(B)15.79º22.44%99.61%-
XYZ74.4972.1962.83-
YUV222.85113.41150.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 212 (83.20% from 255) = 31.98%
BLUE value IS 197 (77.34% from 255) = 29.71%
R=38.31%
G=31.98%
B=29.71%

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
Decimal25421219700.170.220.0015.7996.6188.43
HexFED4C5011160106158
Octal37632430502126020141130
Binary1111111011010100110001010100011011001000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4C5; }

 p { color: rgb(254,212,197); }

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

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

 a { background-color: rgb(254,212,197); }

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

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

 span { border-color: rgb(254,212,197); }

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