Shades of Misty Rose #FAE5E2
Tints of Misty Rose #FAE5E2
RGB
CMYK
RGB Variations
Color information
#FAE5E2 (or 0xFAE5E2) is known color: Misty Rose. HEX triplet: FA, E5 and E2. RGB value is (250,229,226). Sum of RGB (Red+Green+Blue) = 250+229+226=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 229 (89.84% from 255 or 32.48% from 705); Blue value is 226 (88.67% from 255 or 32.06% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5E2 is #051A1D. Grayscale: #EAEAEA. Windows color (decimal): -334366 or 14870010. OLE color: 14870010.
HSL color Cylindrical-coordinate representation of color #FAE5E2: hue angle of 7.5º degrees, saturation: 0.71, 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 #FAE5E2 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 229 | 226 | - |
CMYK | 0 | 0.08 | 0.10 | 0.02 |
HSL | 7.5º | 0.71% | 0.93% | - |
HSV(B) | 7.5º | 0.1% | 0.98% | - |
XYZ | 81.17 | 81.85 | 83.47 | - |
YUV | 234.94 | 122.96 | 138.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 229 | 226 | 0 | 0.08 | 0.10 | 0.02 | 7.5 | 0.71 | 0.93 |
Hex | FA | E5 | E2 | 0 | 8 | A | 2 | 8 | 47 | 5D |
Octal | 372 | 345 | 342 | 0 | 10 | 12 | 2 | 10 | 107 | 135 |
Binary | 11111010 | 11100101 | 11100010 | 0 | 1000 | 1010 | 10 | 1000 | 1000111 | 1011101 |
Color Harmonies of #FAE5E2
Complementary color
Monochromatic Colors of #FAE5E2
Black with #FAE5E2
Text Example
Text Example
White with #FAE5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5E2; }
p { color: rgb(250,229,226); }
H1.HeaderClassName
{
color: #FAE5E2;
}
.AnyTagClassName
{
color: #FAE5E2;
}
</style>
background-color css
<style>
a { background-color: #FAE5E2; }
a { background-color: rgb(250,229,226); }
div.DivClassName
{
background-color: #FAE5E2;
}
.BgClassName
{
background-color: #FAE5E2;
}
</style>
border-color css
<style>
span { border-color: #FAE5E2; }
span { border-color: rgb(250,229,226); }
td.TdClassName
{
border-color: #FAE5E2;
}
.TagClassName
{
border-color: #FAE5E2;
}
</style>