#FFEAE6

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

Shades of Misty Rose #FFEAE6

Tints of Misty Rose #FFEAE6

Color information

#FFEAE6 (or 0xFFEAE6) is unknown color: approx Misty Rose. HEX triplet: FF, EA and E6. RGB value is (255,234,230). Sum of RGB (Red+Green+Blue) = 255+234+230=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 230 (90.23% from 255 or 31.99% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAE6 is #001519. Grayscale: #EFEFEF. Windows color (decimal): -5402 or 15133439. OLE color: 15133439.

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

Color convert

RGB255234230-
CMYK00.080.100
HSL9.6º100%95.1%-
HSV(B)9.6º9.8%100%-
XYZ84.9585.8286.95-
YUV239.82122.46138.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.47%
GREEN value IS 234 (91.80% from 255) = 32.55%
BLUE value IS 230 (90.23% from 255) = 31.99%
R=35.47%
G=32.55%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523423000.080.1009.610095.1
HexFFEAE608A0a645f
Octal37735234601012012144137
Binary1111111111101010111001100100010100101011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAE6; }

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

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

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

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

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

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

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

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