#FFE2E0

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

Shades of Misty Rose #FFE2E0

Tints of Misty Rose #FFE2E0

Color information

#FFE2E0 (or 0xFFE2E0) is unknown color: approx Misty Rose. HEX triplet: FF, E2 and E0. RGB value is (255,226,224). Sum of RGB (Red+Green+Blue) = 255+226+224=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 226 (88.67% from 255 or 32.06% from 705); Blue value is 224 (87.89% from 255 or 31.77% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2E0 is #001D1F. Grayscale: #EAEAEA. Windows color (decimal): -7456 or 14738175. OLE color: 14738175.

HSL color Cylindrical-coordinate representation of color #FFE2E0: hue angle of 3.87º 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 #FFE2E0 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255226224-
CMYK00.110.120
HSL3.87º100%93.92%-
HSV(B)3.87º12.16%100%-
XYZ81.8981.0381.85-
YUV234.44122.11142.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.17%
GREEN value IS 226 (88.67% from 255) = 32.06%
BLUE value IS 224 (87.89% from 255) = 31.77%
R=36.17%
G=32.06%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522622400.110.1203.8710093.92
HexFFE2E00BC04645e
Octal3773423400131404144136
Binary111111111110001011100000010111100010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2E0; }

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

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

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

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

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

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

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

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