#FED6CA

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

Shades of Cinderella #FED6CA

Tints of Cinderella #FED6CA

Color information

#FED6CA (or 0xFED6CA) is unknown color: approx Cinderella. HEX triplet: FE, D6 and CA. RGB value is (254,214,202). Sum of RGB (Red+Green+Blue) = 254+214+202=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6CA is #012935. Grayscale: #E0E0E0. Windows color (decimal): -76086 or 13293310. OLE color: 13293310.

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

Color convert

RGB254214202-
CMYK00.160.200.00
HSL13.85º96.3%89.41%-
HSV(B)13.85º20.47%99.61%-
XYZ75.5873.4366.07-
YUV224.59115.25148.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 214 (83.98% from 255) = 31.94%
BLUE value IS 202 (79.30% from 255) = 30.15%
R=37.91%
G=31.94%
B=30.15%

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
Decimal25421420200.160.200.0013.8596.389.41
HexFED6CA010140e6059
Octal37632631202024016140131
Binary111111101101011011001010010000101000111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6CA; }

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

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

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

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

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

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

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

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