#FED6C5

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

Shades of Cinderella #FED6C5

Tints of Cinderella #FED6C5

Color information

#FED6C5 (or 0xFED6C5) is unknown color: approx Cinderella. HEX triplet: FE, D6 and C5. RGB value is (254,214,197). Sum of RGB (Red+Green+Blue) = 254+214+197=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 197 (77.34% from 255 or 29.62% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6C5 is #01293A. Grayscale: #E0E0E0. Windows color (decimal): -76091 or 12965630. OLE color: 12965630.

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

Color convert

RGB254214197-
CMYK00.160.220.00
HSL17.89º96.61%88.43%-
HSV(B)17.89º22.44%99.61%-
XYZ7573.263-
YUV224.02112.75149.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 214 (83.98% from 255) = 32.18%
BLUE value IS 197 (77.34% from 255) = 29.62%
R=38.20%
G=32.18%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421419700.160.220.0017.8996.6188.43
HexFED6C5010160126158
Octal37632630502026022141130
Binary1111111011010110110001010100001011001001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6C5; }

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

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

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

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

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

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

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

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