Shades of Lavender Rose #F8AAEE
Tints of Lavender Rose #F8AAEE
RGB
CMYK
RGB Variations
Color information
#F8AAEE (or 0xF8AAEE) is known color: Lavender Rose. HEX triplet: F8, AA and EE. RGB value is (248,170,238). Sum of RGB (Red+Green+Blue) = 248+170+238=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AAEE is #075511. Grayscale: #C8C8C8. Windows color (decimal): -480530 or 15641336. OLE color: 15641336.
HSL color Cylindrical-coordinate representation of color #F8AAEE: hue angle of 307.69º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8AAEE is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 238 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.03 |
| HSL | 307.69º | 0.85% | 0.82% | - |
| HSV(B) | 307.69º | 0.31% | 0.97% | - |
| XYZ | 68.52 | 54.88 | 87.87 | - |
| YUV | 201.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 238 | 0 | 0.31 | 0.04 | 0.03 | 307.69 | 0.85 | 0.82 |
| Hex | F8 | AA | EE | 0 | 1F | 4 | 3 | 134 | 55 | 52 |
| Octal | 370 | 252 | 356 | 0 | 37 | 4 | 3 | 464 | 125 | 122 |
| Binary | 11111000 | 10101010 | 11101110 | 0 | 11111 | 100 | 11 | 100110100 | 1010101 | 1010010 |
Color Harmonies of #F8AAEE
Complementary color
Monochromatic Colors of #F8AAEE
Black with #F8AAEE
Text Example
Text Example
White with #F8AAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AAEE; }
p { color: rgb(248,170,238); }
H1.HeaderClassName
{
color: #F8AAEE;
}
.AnyTagClassName
{
color: #F8AAEE;
}
</style>
background-color css
<style>
a { background-color: #F8AAEE; }
a { background-color: rgb(248,170,238); }
div.DivClassName
{
background-color: #F8AAEE;
}
.BgClassName
{
background-color: #F8AAEE;
}
</style>
border-color css
<style>
span { border-color: #F8AAEE; }
span { border-color: rgb(248,170,238); }
td.TdClassName
{
border-color: #F8AAEE;
}
.TagClassName
{
border-color: #F8AAEE;
}
</style>