Shades of Lavender Rose #F8AAE5
Tints of Lavender Rose #F8AAE5
RGB
CMYK
RGB Variations
Color information
#F8AAE5 (or 0xF8AAE5) is known color: Lavender Rose. HEX triplet: F8, AA and E5. RGB value is (248,170,229). Sum of RGB (Red+Green+Blue) = 248+170+229=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AAE5 is #07551A. Grayscale: #C7C7C7. Windows color (decimal): -480539 or 15051512. OLE color: 15051512.
HSL color Cylindrical-coordinate representation of color #F8AAE5: hue angle of 314.62º 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 #F8AAE5 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 229 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.03 |
| HSL | 314.62º | 0.85% | 0.82% | - |
| HSV(B) | 314.62º | 0.31% | 0.97% | - |
| XYZ | 67.23 | 54.36 | 81.08 | - |
| YUV | 200.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 229 | 0 | 0.31 | 0.08 | 0.03 | 314.62 | 0.85 | 0.82 |
| Hex | F8 | AA | E5 | 0 | 1F | 8 | 3 | 13B | 55 | 52 |
| Octal | 370 | 252 | 345 | 0 | 37 | 10 | 3 | 473 | 125 | 122 |
| Binary | 11111000 | 10101010 | 11100101 | 0 | 11111 | 1000 | 11 | 100111011 | 1010101 | 1010010 |
Color Harmonies of #F8AAE5
Complementary color
Monochromatic Colors of #F8AAE5
Black with #F8AAE5
Text Example
Text Example
White with #F8AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AAE5; }
p { color: rgb(248,170,229); }
H1.HeaderClassName
{
color: #F8AAE5;
}
.AnyTagClassName
{
color: #F8AAE5;
}
</style>
background-color css
<style>
a { background-color: #F8AAE5; }
a { background-color: rgb(248,170,229); }
div.DivClassName
{
background-color: #F8AAE5;
}
.BgClassName
{
background-color: #F8AAE5;
}
</style>
border-color css
<style>
span { border-color: #F8AAE5; }
span { border-color: rgb(248,170,229); }
td.TdClassName
{
border-color: #F8AAE5;
}
.TagClassName
{
border-color: #F8AAE5;
}
</style>