Shades of Misty Rose #FAE2DF
Tints of Misty Rose #FAE2DF
RGB
CMYK
RGB Variations
Color information
#FAE2DF (or 0xFAE2DF) is known color: Misty Rose. HEX triplet: FA, E2 and DF. RGB value is (250,226,223). Sum of RGB (Red+Green+Blue) = 250+226+223=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2DF is #051D20. Grayscale: #E8E8E8. Windows color (decimal): -335137 or 14672634. OLE color: 14672634.
HSL color Cylindrical-coordinate representation of color #FAE2DF: hue angle of 6.67º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAE2DF is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 223 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.02 |
| HSL | 6.67º | 0.73% | 0.93% | - |
| HSV(B) | 6.67º | 0.11% | 0.98% | - |
| XYZ | 79.94 | 80.04 | 81.05 | - |
| YUV | 232.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 223 | 0 | 0.10 | 0.11 | 0.02 | 6.67 | 0.73 | 0.93 |
| Hex | FA | E2 | DF | 0 | A | B | 2 | 7 | 49 | 5D |
| Octal | 372 | 342 | 337 | 0 | 12 | 13 | 2 | 7 | 111 | 135 |
| Binary | 11111010 | 11100010 | 11011111 | 0 | 1010 | 1011 | 10 | 111 | 1001001 | 1011101 |
Color Harmonies of #FAE2DF
Complementary color
Monochromatic Colors of #FAE2DF
Black with #FAE2DF
Text Example
Text Example
White with #FAE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2DF; }
p { color: rgb(250,226,223); }
H1.HeaderClassName
{
color: #FAE2DF;
}
.AnyTagClassName
{
color: #FAE2DF;
}
</style>
background-color css
<style>
a { background-color: #FAE2DF; }
a { background-color: rgb(250,226,223); }
div.DivClassName
{
background-color: #FAE2DF;
}
.BgClassName
{
background-color: #FAE2DF;
}
</style>
border-color css
<style>
span { border-color: #FAE2DF; }
span { border-color: rgb(250,226,223); }
td.TdClassName
{
border-color: #FAE2DF;
}
.TagClassName
{
border-color: #FAE2DF;
}
</style>