#FDEAE7

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

Shades of Misty Rose #FDEAE7

Tints of Misty Rose #FDEAE7

Color information

#FDEAE7 (or 0xFDEAE7) is unknown color: approx Misty Rose. HEX triplet: FD, EA and E7. RGB value is (253,234,231). Sum of RGB (Red+Green+Blue) = 253+234+231=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 231 (90.62% from 255 or 32.17% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAE7 is #021518. Grayscale: #EFEFEF. Windows color (decimal): -136473 or 15198973. OLE color: 15198973.

HSL color Cylindrical-coordinate representation of color #FDEAE7: hue angle of 8.18º 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 #FDEAE7 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB253234231-
CMYK00.080.090.01
HSL8.18º84.62%94.9%-
HSV(B)8.18º8.7%99.22%-
XYZ84.3585.587.66-
YUV239.34123.29137.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.24%
GREEN value IS 234 (91.80% from 255) = 32.59%
BLUE value IS 231 (90.62% from 255) = 32.17%
R=35.24%
G=32.59%
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
Decimal25323423100.080.090.018.1884.6294.9
HexFDEAE708918555f
Octal37535234701011110125137
Binary1111110111101010111001110100010011100010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAE7; }

 p { color: rgb(253,234,231); }

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

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

 a { background-color: rgb(253,234,231); }

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

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

 span { border-color: rgb(253,234,231); }

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