Shades of Misty Rose #FAE6E3
Tints of Misty Rose #FAE6E3
RGB
CMYK
RGB Variations
Color information
#FAE6E3 (or 0xFAE6E3) is known color: Misty Rose. HEX triplet: FA, E6 and E3. RGB value is (250,230,227). Sum of RGB (Red+Green+Blue) = 250+230+227=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 227 (89.06% from 255 or 32.11% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6E3 is #05191C. Grayscale: #EBEBEB. Windows color (decimal): -334109 or 14935802. OLE color: 14935802.
HSL color Cylindrical-coordinate representation of color #FAE6E3: hue angle of 7.83º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE6E3 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 227 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.02 |
| HSL | 7.83º | 0.7% | 0.94% | - |
| HSV(B) | 7.83º | 0.09% | 0.98% | - |
| XYZ | 81.59 | 82.46 | 84.29 | - |
| YUV | 235.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 227 | 0 | 0.08 | 0.09 | 0.02 | 7.83 | 0.7 | 0.94 |
| Hex | FA | E6 | E3 | 0 | 8 | 9 | 2 | 8 | 46 | 5E |
| Octal | 372 | 346 | 343 | 0 | 10 | 11 | 2 | 10 | 106 | 136 |
| Binary | 11111010 | 11100110 | 11100011 | 0 | 1000 | 1001 | 10 | 1000 | 1000110 | 1011110 |
Color Harmonies of #FAE6E3
Complementary color
Monochromatic Colors of #FAE6E3
Black with #FAE6E3
Text Example
Text Example
White with #FAE6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6E3; }
p { color: rgb(250,230,227); }
H1.HeaderClassName
{
color: #FAE6E3;
}
.AnyTagClassName
{
color: #FAE6E3;
}
</style>
background-color css
<style>
a { background-color: #FAE6E3; }
a { background-color: rgb(250,230,227); }
div.DivClassName
{
background-color: #FAE6E3;
}
.BgClassName
{
background-color: #FAE6E3;
}
</style>
border-color css
<style>
span { border-color: #FAE6E3; }
span { border-color: rgb(250,230,227); }
td.TdClassName
{
border-color: #FAE6E3;
}
.TagClassName
{
border-color: #FAE6E3;
}
</style>