Shades of Misty Rose #FFE6E4
Tints of Misty Rose #FFE6E4
RGB
CMYK
RGB Variations
Color information
#FFE6E4 (or 0xFFE6E4) is known color: 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
| RGB | 255 | 230 | 228 | - |
| CMYK | 0 | 0.10 | 0.11 | 0 |
| HSL | 4.44º | 1% | 0.95% | - |
| HSV(B) | 4.44º | 0.11% | 1% | - |
| XYZ | 83.54 | 83.46 | 85.1 | - |
| YUV | 237.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 228 | 0 | 0.10 | 0.11 | 0 | 4.44 | 1 | 0.95 |
| Hex | FF | E6 | E4 | 0 | A | B | 0 | 4 | 64 | 5F |
| Octal | 377 | 346 | 344 | 0 | 12 | 13 | 0 | 4 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11100100 | 0 | 1010 | 1011 | 0 | 100 | 1100100 | 1011111 |
Color Harmonies of #FFE6E4
Complementary color
Monochromatic Colors of #FFE6E4
Black with #FFE6E4
Text Example
Text Example
White with #FFE6E4
Text Example
Text Example
HTML Codes & Css Web 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>