#FED2C6

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

Shades of Cinderella #FED2C6

Tints of Cinderella #FED2C6

Color information

#FED2C6 (or 0xFED2C6) is unknown color: approx Cinderella. HEX triplet: FE, D2 and C6. RGB value is (254,210,198). Sum of RGB (Red+Green+Blue) = 254+210+198=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 198 (77.73% from 255 or 29.91% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2C6 is #012D39. Grayscale: #DDDDDD. Windows color (decimal): -77114 or 13030142. OLE color: 13030142.

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

Color convert

RGB254210198-
CMYK00.170.220.00
HSL12.86º96.55%88.63%-
HSV(B)12.86º22.05%99.61%-
XYZ74.1171.2463.27-
YUV221.79114.58150.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 210 (82.42% from 255) = 31.72%
BLUE value IS 198 (77.73% from 255) = 29.91%
R=38.37%
G=31.72%
B=29.91%

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
Decimal25421019800.170.220.0012.8696.5588.63
HexFED2C6011160d6159
Octal37632230602126015141131
Binary111111101101001011000110010001101100110111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2C6; }

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

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

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

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

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

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

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

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