#FDE8E6

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

Shades of Misty Rose #FDE8E6

Tints of Misty Rose #FDE8E6

Color information

#FDE8E6 (or 0xFDE8E6) is unknown color: approx Misty Rose. HEX triplet: FD, E8 and E6. RGB value is (253,232,230). Sum of RGB (Red+Green+Blue) = 253+232+230=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 232 (91.02% from 255 or 32.45% from 715); Blue value is 230 (90.23% from 255 or 32.17% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE8E6 is #021719. Grayscale: #EEEEEE. Windows color (decimal): -136986 or 15132925. OLE color: 15132925.

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

Color convert

RGB253232230-
CMYK00.080.090.01
HSL5.22º85.19%94.71%-
HSV(B)5.22º9.09%99.22%-
XYZ83.6584.3186.73-
YUV238.05123.46138.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 232 (91.02% from 255) = 32.45%
BLUE value IS 230 (90.23% from 255) = 32.17%
R=35.38%
G=32.45%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323223000.080.090.015.2285.1994.71
HexFDE8E608915555f
Octal3753503460101115125137
Binary111111011110100011100110010001001110110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8E6; }

 p { color: rgb(253,232,230); }

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

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

 a { background-color: rgb(253,232,230); }

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

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

 span { border-color: rgb(253,232,230); }

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