#FEDCCA

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

Shades of Cinderella #FEDCCA

Tints of Cinderella #FEDCCA

Color information

#FEDCCA (or 0xFEDCCA) is unknown color: approx Cinderella. HEX triplet: FE, DC and CA. RGB value is (254,220,202). Sum of RGB (Red+Green+Blue) = 254+220+202=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCCA is #012335. Grayscale: #E4E4E4. Windows color (decimal): -74550 or 13294846. OLE color: 13294846.

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

Color convert

RGB254220202-
CMYK00.130.200.00
HSL20.77º96.3%89.41%-
HSV(B)20.77º20.47%99.61%-
XYZ77.1376.5266.58-
YUV228.11113.26146.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 202 (79.30% from 255) = 29.88%
R=37.57%
G=32.54%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422020200.130.200.0020.7796.389.41
HexFEDCCA0D140156059
Octal37633431201524025140131
Binary111111101101110011001010011011010001010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCCA; }

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

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

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

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

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

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

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

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