Shades of Misty Rose #FAE4E0
Tints of Misty Rose #FAE4E0
RGB
CMYK
RGB Variations
Color information
#FAE4E0 (or 0xFAE4E0) is known color: Misty Rose. HEX triplet: FA, E4 and E0. RGB value is (250,228,224). Sum of RGB (Red+Green+Blue) = 250+228+224=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 224 (87.89% from 255 or 31.91% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4E0 is #051B1F. Grayscale: #EAEAEA. Windows color (decimal): -334624 or 14738682. OLE color: 14738682.
HSL color Cylindrical-coordinate representation of color #FAE4E0: hue angle of 9.23º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE4E0 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 224 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.02 |
| HSL | 9.23º | 0.72% | 0.93% | - |
| HSV(B) | 9.23º | 0.1% | 0.98% | - |
| XYZ | 80.62 | 81.19 | 81.94 | - |
| YUV | 234.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 224 | 0 | 0.09 | 0.10 | 0.02 | 9.23 | 0.72 | 0.93 |
| Hex | FA | E4 | E0 | 0 | 9 | A | 2 | 9 | 48 | 5D |
| Octal | 372 | 344 | 340 | 0 | 11 | 12 | 2 | 11 | 110 | 135 |
| Binary | 11111010 | 11100100 | 11100000 | 0 | 1001 | 1010 | 10 | 1001 | 1001000 | 1011101 |
Color Harmonies of #FAE4E0
Complementary color
Monochromatic Colors of #FAE4E0
Black with #FAE4E0
Text Example
Text Example
White with #FAE4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4E0; }
p { color: rgb(250,228,224); }
H1.HeaderClassName
{
color: #FAE4E0;
}
.AnyTagClassName
{
color: #FAE4E0;
}
</style>
background-color css
<style>
a { background-color: #FAE4E0; }
a { background-color: rgb(250,228,224); }
div.DivClassName
{
background-color: #FAE4E0;
}
.BgClassName
{
background-color: #FAE4E0;
}
</style>
border-color css
<style>
span { border-color: #FAE4E0; }
span { border-color: rgb(250,228,224); }
td.TdClassName
{
border-color: #FAE4E0;
}
.TagClassName
{
border-color: #FAE4E0;
}
</style>