#FED8C6

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

Shades of Cinderella #FED8C6

Tints of Cinderella #FED8C6

Color information

#FED8C6 (or 0xFED8C6) is unknown color: approx Cinderella. HEX triplet: FE, D8 and C6. RGB value is (254,216,198). Sum of RGB (Red+Green+Blue) = 254+216+198=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 198 (77.73% from 255 or 29.64% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8C6 is #012739. Grayscale: #E1E1E1. Windows color (decimal): -75578 or 13031678. OLE color: 13031678.

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

Color convert

RGB254216198-
CMYK00.150.220.00
HSL19.29º96.55%88.63%-
HSV(B)19.29º22.05%99.61%-
XYZ75.6274.2663.77-
YUV225.31112.59148.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 216 (84.77% from 255) = 32.34%
BLUE value IS 198 (77.73% from 255) = 29.64%
R=38.02%
G=32.34%
B=29.64%

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
Decimal25421619800.150.220.0019.2996.5588.63
HexFED8C60F160136159
Octal37633030601726023141131
Binary111111101101100011000110011111011001001111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8C6; }

 p { color: rgb(254,216,198); }

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

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

 a { background-color: rgb(254,216,198); }

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

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

 span { border-color: rgb(254,216,198); }

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