#FFE6E4

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

Shades of Misty Rose #FFE6E4

Tints of Misty Rose #FFE6E4

Color information

#FFE6E4 (or 0xFFE6E4) is unknown color: approx Misty Rose. HEX triplet: FF, E6 and E4. RGB value is (255,230,228). Sum of RGB (Red+Green+Blue) = 255+230+228=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 228 (89.45% from 255 or 31.98% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6E4 is #00191B. Grayscale: #EDEDED. Windows color (decimal): -6428 or 15001343. OLE color: 15001343.

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

Color convert

RGB255230228-
CMYK00.100.110
HSL4.44º100%94.71%-
HSV(B)4.44º10.59%100%-
XYZ83.5483.4685.1-
YUV237.25122.78140.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 230 (90.23% from 255) = 32.26%
BLUE value IS 228 (89.45% from 255) = 31.98%
R=35.76%
G=32.26%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523022800.100.1104.4410094.71
HexFFE6E40AB04645f
Octal3773463440121304144137
Binary111111111110011011100100010101011010011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6E4; }

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

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

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

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

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

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

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

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