#FEDACA

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

Shades of Cinderella #FEDACA

Tints of Cinderella #FEDACA

Color information

#FEDACA (or 0xFEDACA) is unknown color: approx Cinderella. HEX triplet: FE, DA and CA. RGB value is (254,218,202). Sum of RGB (Red+Green+Blue) = 254+218+202=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDACA is #012535. Grayscale: #E3E3E3. Windows color (decimal): -75062 or 13294334. OLE color: 13294334.

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

Color convert

RGB254218202-
CMYK00.140.200.00
HSL18.46º96.3%89.41%-
HSV(B)18.46º20.47%99.61%-
XYZ76.6175.4866.41-
YUV226.94113.93147.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 202 (79.30% from 255) = 29.97%
R=37.69%
G=32.34%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421820200.140.200.0018.4696.389.41
HexFEDACA0E140126059
Octal37633231201624022140131
Binary111111101101101011001010011101010001001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDACA; }

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

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

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

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

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

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

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

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