Shades of Misty Rose #FAE3DF
Tints of Misty Rose #FAE3DF
RGB
CMYK
RGB Variations
Color information
#FAE3DF (or 0xFAE3DF) is known color: Misty Rose. HEX triplet: FA, E3 and DF. RGB value is (250,227,223). Sum of RGB (Red+Green+Blue) = 250+227+223=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3DF is #051C20. Grayscale: #E9E9E9. Windows color (decimal): -334881 or 14672890. OLE color: 14672890.
HSL color Cylindrical-coordinate representation of color #FAE3DF: hue angle of 8.89º 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 #FAE3DF is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 223 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.02 |
| HSL | 8.89º | 0.73% | 0.93% | - |
| HSV(B) | 8.89º | 0.11% | 0.98% | - |
| XYZ | 80.21 | 80.59 | 81.14 | - |
| YUV | 233.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 223 | 0 | 0.09 | 0.11 | 0.02 | 8.89 | 0.73 | 0.93 |
| Hex | FA | E3 | DF | 0 | 9 | B | 2 | 9 | 49 | 5D |
| Octal | 372 | 343 | 337 | 0 | 11 | 13 | 2 | 11 | 111 | 135 |
| Binary | 11111010 | 11100011 | 11011111 | 0 | 1001 | 1011 | 10 | 1001 | 1001001 | 1011101 |
Color Harmonies of #FAE3DF
Complementary color
Monochromatic Colors of #FAE3DF
Black with #FAE3DF
Text Example
Text Example
White with #FAE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3DF; }
p { color: rgb(250,227,223); }
H1.HeaderClassName
{
color: #FAE3DF;
}
.AnyTagClassName
{
color: #FAE3DF;
}
</style>
background-color css
<style>
a { background-color: #FAE3DF; }
a { background-color: rgb(250,227,223); }
div.DivClassName
{
background-color: #FAE3DF;
}
.BgClassName
{
background-color: #FAE3DF;
}
</style>
border-color css
<style>
span { border-color: #FAE3DF; }
span { border-color: rgb(250,227,223); }
td.TdClassName
{
border-color: #FAE3DF;
}
.TagClassName
{
border-color: #FAE3DF;
}
</style>