#FFEAE7

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

Shades of Misty Rose #FFEAE7

Tints of Misty Rose #FFEAE7

Color information

#FFEAE7 (or 0xFFEAE7) is unknown color: approx Misty Rose. HEX triplet: FF, EA and E7. RGB value is (255,234,231). Sum of RGB (Red+Green+Blue) = 255+234+231=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 234 (91.80% from 255 or 32.5% from 720); Blue value is 231 (90.62% from 255 or 32.08% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAE7 is #001518. Grayscale: #EFEFEF. Windows color (decimal): -5401 or 15198975. OLE color: 15198975.

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

Color convert

RGB255234231-
CMYK00.080.090
HSL7.5º100%95.29%-
HSV(B)7.5º9.41%100%-
XYZ85.0985.8887.69-
YUV239.94122.96138.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 234 (91.80% from 255) = 32.5%
BLUE value IS 231 (90.62% from 255) = 32.08%
R=35.42%
G=32.5%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523423100.080.0907.510095.29
HexFFEAE708908645f
Octal37735234701011010144137
Binary1111111111101010111001110100010010100011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAE7; }

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

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

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

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

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

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

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

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