#FDE5E1

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

Shades of Misty Rose #FDE5E1

Tints of Misty Rose #FDE5E1

Color information

#FDE5E1 (or 0xFDE5E1) is unknown color: approx Misty Rose. HEX triplet: FD, E5 and E1. RGB value is (253,229,225). Sum of RGB (Red+Green+Blue) = 253+229+225=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 225 (88.28% from 255 or 31.82% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5E1 is #021A1E. Grayscale: #EBEBEB. Windows color (decimal): -137759 or 14804477. OLE color: 14804477.

HSL color Cylindrical-coordinate representation of color #FDE5E1: hue angle of 8.57º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE5E1 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253229225-
CMYK00.090.110.01
HSL8.57º87.5%93.73%-
HSV(B)8.57º11.07%99.22%-
XYZ82.1282.3682.8-
YUV235.72121.95140.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 229 (89.84% from 255) = 32.39%
BLUE value IS 225 (88.28% from 255) = 31.82%
R=35.79%
G=32.39%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322922500.090.110.018.5787.593.73
HexFDE5E109B19585e
Octal37534534101113111130136
Binary1111110111100101111000010100110111100110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5E1; }

 p { color: rgb(253,229,225); }

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

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

 a { background-color: rgb(253,229,225); }

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

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

 span { border-color: rgb(253,229,225); }

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