Shades of Misty Rose #FFE6E3
Tints of Misty Rose #FFE6E3
RGB
CMYK
RGB Variations
Color information
#FFE6E3 (or 0xFFE6E3) is known color: 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
| RGB | 255 | 230 | 227 | - |
| CMYK | 0 | 0.10 | 0.11 | 0 |
| HSL | 6.43º | 1% | 0.95% | - |
| HSV(B) | 6.43º | 0.11% | 1% | - |
| XYZ | 83.4 | 83.4 | 84.38 | - |
| YUV | 237.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 227 | 0 | 0.10 | 0.11 | 0 | 6.43 | 1 | 0.95 |
| Hex | FF | E6 | E3 | 0 | A | B | 0 | 6 | 64 | 5F |
| Octal | 377 | 346 | 343 | 0 | 12 | 13 | 0 | 6 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11100011 | 0 | 1010 | 1011 | 0 | 110 | 1100100 | 1011111 |
Color Harmonies of #FFE6E3
Complementary color
Monochromatic Colors of #FFE6E3
Black with #FFE6E3
Text Example
Text Example
White with #FFE6E3
Text Example
Text Example
HTML Codes & Css Web 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>