#FFE5E1

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

Shades of Misty Rose #FFE5E1

Tints of Misty Rose #FFE5E1

Color information

#FFE5E1 (or 0xFFE5E1) is unknown color: approx Misty Rose. HEX triplet: FF, E5 and E1. RGB value is (255,229,225). Sum of RGB (Red+Green+Blue) = 255+229+225=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 225 (88.28% from 255 or 31.73% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5E1 is #001A1E. Grayscale: #ECECEC. Windows color (decimal): -6687 or 14804479. OLE color: 14804479.

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

Color convert

RGB255229225-
CMYK00.100.120
HSL100%94.12%-
HSV(B)11.76%100%-
XYZ82.8582.7382.84-
YUV236.32121.61141.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 229 (89.84% from 255) = 32.30%
BLUE value IS 225 (88.28% from 255) = 31.73%
R=35.97%
G=32.30%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522922500.100.120810094.12
HexFFE5E10AC08645e
Octal37734534101214010144136
Binary1111111111100101111000010101011000100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5E1; }

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

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

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

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

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

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

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

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