#FFE2E1

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

Shades of Misty Rose #FFE2E1

Tints of Misty Rose #FFE2E1

Color information

#FFE2E1 (or 0xFFE2E1) is unknown color: approx Misty Rose. HEX triplet: FF, E2 and E1. RGB value is (255,226,225). Sum of RGB (Red+Green+Blue) = 255+226+225=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 226 (88.67% from 255 or 32.01% from 706); Blue value is 225 (88.28% from 255 or 31.87% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2E1 is #001D1E. Grayscale: #EAEAEA. Windows color (decimal): -7455 or 14803711. OLE color: 14803711.

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

Color convert

RGB255226225-
CMYK00.110.120
HSL100%94.12%-
HSV(B)11.76%100%-
XYZ82.0381.0982.56-
YUV234.56122.61142.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.12%
GREEN value IS 226 (88.67% from 255) = 32.01%
BLUE value IS 225 (88.28% from 255) = 31.87%
R=36.12%
G=32.01%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522622500.110.120210094.12
HexFFE2E10BC02645e
Octal3773423410131402144136
Binary11111111111000101110000101011110001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2E1; }

 p { color: rgb(255,226,225); }

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

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

 a { background-color: rgb(255,226,225); }

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

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

 span { border-color: rgb(255,226,225); }

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