#FED1C3

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

Shades of Cinderella #FED1C3

Tints of Cinderella #FED1C3

Color information

#FED1C3 (or 0xFED1C3) is unknown color: approx Cinderella. HEX triplet: FE, D1 and C3. RGB value is (254,209,195). Sum of RGB (Red+Green+Blue) = 254+209+195=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 195 (76.56% from 255 or 29.64% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1C3 is #012E3C. Grayscale: #DCDCDC. Windows color (decimal): -77373 or 12833278. OLE color: 12833278.

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

Color convert

RGB254209195-
CMYK00.180.230.00
HSL14.24º96.72%88.04%-
HSV(B)14.24º23.23%99.61%-
XYZ73.5270.6161.38-
YUV220.86113.41151.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 209 (82.03% from 255) = 31.76%
BLUE value IS 195 (76.56% from 255) = 29.64%
R=38.60%
G=31.76%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420919500.180.230.0014.2496.7288.04
HexFED1C3012170e6158
Octal37632130302227016141130
Binary111111101101000111000011010010101110111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED1C3; }

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

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

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

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

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

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

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

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