#FED6CC

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

Shades of Cinderella #FED6CC

Tints of Cinderella #FED6CC

Color information

#FED6CC (or 0xFED6CC) is unknown color: approx Cinderella. HEX triplet: FE, D6 and CC. RGB value is (254,214,204). Sum of RGB (Red+Green+Blue) = 254+214+204=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6CC is #012933. Grayscale: #E0E0E0. Windows color (decimal): -76084 or 13424382. OLE color: 13424382.

HSL color Cylindrical-coordinate representation of color #FED6CC: hue angle of 12º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FED6CC is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254214204-
CMYK00.160.200.00
HSL12º96.15%89.8%-
HSV(B)12º19.69%99.61%-
XYZ75.8273.5267.32-
YUV224.82116.25148.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 214 (83.98% from 255) = 31.85%
BLUE value IS 204 (80.08% from 255) = 30.36%
R=37.80%
G=31.85%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421420400.160.200.001296.1589.8
HexFED6CC010140c605a
Octal37632631402024014140132
Binary111111101101011011001100010000101000110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6CC; }

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

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

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

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

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

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

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

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