#FEDCCD

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

Shades of Cinderella #FEDCCD

Tints of Cinderella #FEDCCD

Color information

#FEDCCD (or 0xFEDCCD) is unknown color: approx Cinderella. HEX triplet: FE, DC and CD. RGB value is (254,220,205). Sum of RGB (Red+Green+Blue) = 254+220+205=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCCD is #012332. Grayscale: #E4E4E4. Windows color (decimal): -74547 or 13491454. OLE color: 13491454.

HSL color Cylindrical-coordinate representation of color #FEDCCD: hue angle of 18.37º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEDCCD is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254220205-
CMYK00.130.190.00
HSL18.37º96.08%90%-
HSV(B)18.37º19.29%99.61%-
XYZ77.4976.6768.47-
YUV228.46114.76146.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 205 (80.47% from 255) = 30.19%
R=37.41%
G=32.40%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422020500.130.190.0018.3796.0890
HexFEDCCD0D13012605a
Octal37633431501523022140132
Binary111111101101110011001101011011001101001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCCD; }

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

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

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

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

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

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

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

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