#FED1C6

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

Shades of Cinderella #FED1C6

Tints of Cinderella #FED1C6

Color information

#FED1C6 (or 0xFED1C6) is unknown color: approx Cinderella. HEX triplet: FE, D1 and C6. RGB value is (254,209,198). Sum of RGB (Red+Green+Blue) = 254+209+198=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 198 (77.73% from 255 or 29.95% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1C6 is #012E39. Grayscale: #DDDDDD. Windows color (decimal): -77370 or 13029886. OLE color: 13029886.

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

Color convert

RGB254209198-
CMYK00.180.220.00
HSL11.79º96.55%88.63%-
HSV(B)11.79º22.05%99.61%-
XYZ73.8770.7563.19-
YUV221.2114.91151.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 209 (82.03% from 255) = 31.62%
BLUE value IS 198 (77.73% from 255) = 29.95%
R=38.43%
G=31.62%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420919800.180.220.0011.7996.5588.63
HexFED1C6012160c6159
Octal37632130602226014141131
Binary111111101101000111000110010010101100110011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED1C6; }

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

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

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

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

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

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

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

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