#FEDCCB

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

Shades of Cinderella #FEDCCB

Tints of Cinderella #FEDCCB

Color information

#FEDCCB (or 0xFEDCCB) is unknown color: approx Cinderella. HEX triplet: FE, DC and CB. RGB value is (254,220,203). Sum of RGB (Red+Green+Blue) = 254+220+203=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCCB is #012334. Grayscale: #E4E4E4. Windows color (decimal): -74549 or 13360382. OLE color: 13360382.

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

Color convert

RGB254220203-
CMYK00.130.200.00
HSL20º96.23%89.61%-
HSV(B)20º20.08%99.61%-
XYZ77.2576.5767.21-
YUV228.23113.76146.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 203 (79.69% from 255) = 29.99%
R=37.52%
G=32.50%
B=29.99%

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
Decimal25422020300.130.200.002096.2389.61
HexFEDCCB0D14014605a
Octal37633431301524024140132
Binary111111101101110011001011011011010001010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCCB; }

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

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

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

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

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

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

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

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