#FFE6E5

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

Shades of Misty Rose #FFE6E5

Tints of Misty Rose #FFE6E5

Color information

#FFE6E5 (or 0xFFE6E5) is unknown color: approx Misty Rose. HEX triplet: FF, E6 and E5. RGB value is (255,230,229). Sum of RGB (Red+Green+Blue) = 255+230+229=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 230 (90.23% from 255 or 32.21% from 714); Blue value is 229 (89.84% from 255 or 32.07% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6E5 is #00191A. Grayscale: #EDEDED. Windows color (decimal): -6427 or 15066879. OLE color: 15066879.

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

Color convert

RGB255230229-
CMYK00.100.100
HSL2.31º100%94.9%-
HSV(B)2.31º10.2%100%-
XYZ83.6883.5185.84-
YUV237.36123.28140.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.71%
GREEN value IS 230 (90.23% from 255) = 32.21%
BLUE value IS 229 (89.84% from 255) = 32.07%
R=35.71%
G=32.21%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523022900.100.1002.3110094.9
HexFFE6E50AA02645f
Octal3773463450121202144137
Binary11111111111001101110010101010101001011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6E5; }

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

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

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

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

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

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

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

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