#FED6C7

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

Shades of Cinderella #FED6C7

Tints of Cinderella #FED6C7

Color information

#FED6C7 (or 0xFED6C7) is unknown color: approx Cinderella. HEX triplet: FE, D6 and C7. RGB value is (254,214,199). Sum of RGB (Red+Green+Blue) = 254+214+199=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 199 (78.12% from 255 or 29.84% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6C7 is #012938. Grayscale: #E0E0E0. Windows color (decimal): -76089 or 13096702. OLE color: 13096702.

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

Color convert

RGB254214199-
CMYK00.160.220.00
HSL16.36º96.49%88.82%-
HSV(B)16.36º21.65%99.61%-
XYZ75.2373.2964.21-
YUV224.25113.75149.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 214 (83.98% from 255) = 32.08%
BLUE value IS 199 (78.12% from 255) = 29.84%
R=38.08%
G=32.08%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421419900.160.220.0016.3696.4988.82
HexFED6C7010160106059
Octal37632630702026020140131
Binary1111111011010110110001110100001011001000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6C7; }

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

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

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

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

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

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

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

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