#FED6CB

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

Shades of Cinderella #FED6CB

Tints of Cinderella #FED6CB

Color information

#FED6CB (or 0xFED6CB) is unknown color: approx Cinderella. HEX triplet: FE, D6 and CB. RGB value is (254,214,203). Sum of RGB (Red+Green+Blue) = 254+214+203=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6CB is #012934. Grayscale: #E0E0E0. Windows color (decimal): -76085 or 13358846. OLE color: 13358846.

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

Color convert

RGB254214203-
CMYK00.160.200.00
HSL12.94º96.23%89.61%-
HSV(B)12.94º20.08%99.61%-
XYZ75.773.4866.69-
YUV224.71115.75148.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 214 (83.98% from 255) = 31.89%
BLUE value IS 203 (79.69% from 255) = 30.25%
R=37.85%
G=31.89%
B=30.25%

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
Decimal25421420300.160.200.0012.9496.2389.61
HexFED6CB010140d605a
Octal37632631302024015140132
Binary111111101101011011001011010000101000110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6CB; }

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

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

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

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

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

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

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

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