Shades of Misty Rose #FAE1DE
Tints of Misty Rose #FAE1DE
RGB
CMYK
RGB Variations
Color information
#FAE1DE (or 0xFAE1DE) is known color: Misty Rose. HEX triplet: FA, E1 and DE. RGB value is (250,225,222). Sum of RGB (Red+Green+Blue) = 250+225+222=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 225 (88.28% from 255 or 32.28% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1DE is #051E21. Grayscale: #E8E8E8. Windows color (decimal): -335394 or 14606842. OLE color: 14606842.
HSL color Cylindrical-coordinate representation of color #FAE1DE: hue angle of 6.43º degrees, saturation: 0.74, 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 #FAE1DE is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 222 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.02 |
| HSL | 6.43º | 0.74% | 0.93% | - |
| HSV(B) | 6.43º | 0.11% | 0.98% | - |
| XYZ | 79.53 | 79.45 | 80.25 | - |
| YUV | 232.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 222 | 0 | 0.10 | 0.11 | 0.02 | 6.43 | 0.74 | 0.93 |
| Hex | FA | E1 | DE | 0 | A | B | 2 | 6 | 4A | 5D |
| Octal | 372 | 341 | 336 | 0 | 12 | 13 | 2 | 6 | 112 | 135 |
| Binary | 11111010 | 11100001 | 11011110 | 0 | 1010 | 1011 | 10 | 110 | 1001010 | 1011101 |
Color Harmonies of #FAE1DE
Complementary color
Monochromatic Colors of #FAE1DE
Black with #FAE1DE
Text Example
Text Example
White with #FAE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1DE; }
p { color: rgb(250,225,222); }
H1.HeaderClassName
{
color: #FAE1DE;
}
.AnyTagClassName
{
color: #FAE1DE;
}
</style>
background-color css
<style>
a { background-color: #FAE1DE; }
a { background-color: rgb(250,225,222); }
div.DivClassName
{
background-color: #FAE1DE;
}
.BgClassName
{
background-color: #FAE1DE;
}
</style>
border-color css
<style>
span { border-color: #FAE1DE; }
span { border-color: rgb(250,225,222); }
td.TdClassName
{
border-color: #FAE1DE;
}
.TagClassName
{
border-color: #FAE1DE;
}
</style>