#FFE6E3

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

Shades of Misty Rose #FFE6E3

Tints of Misty Rose #FFE6E3

Color information

#FFE6E3 (or 0xFFE6E3) is unknown color: approx Misty Rose. HEX triplet: FF, E6 and E3. RGB value is (255,230,227). Sum of RGB (Red+Green+Blue) = 255+230+227=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 227 (89.06% from 255 or 31.88% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6E3 is #00191C. Grayscale: #EDEDED. Windows color (decimal): -6429 or 14935807. OLE color: 14935807.

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

Color convert

RGB255230227-
CMYK00.100.110
HSL6.43º100%94.51%-
HSV(B)6.43º10.98%100%-
XYZ83.483.484.38-
YUV237.13122.28140.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.81%
GREEN value IS 230 (90.23% from 255) = 32.30%
BLUE value IS 227 (89.06% from 255) = 31.88%
R=35.81%
G=32.30%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523022700.100.1106.4310094.51
HexFFE6E30AB06645f
Octal3773463430121306144137
Binary111111111110011011100011010101011011011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6E3; }

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

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

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

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

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

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

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

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