Shades of Lavender Rose #F8AFE5
Tints of Lavender Rose #F8AFE5
RGB
CMYK
RGB Variations
Color information
#F8AFE5 (or 0xF8AFE5) is known color: Lavender Rose. HEX triplet: F8, AF and E5. RGB value is (248,175,229). Sum of RGB (Red+Green+Blue) = 248+175+229=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFE5 is #07501A. Grayscale: #CACACA. Windows color (decimal): -479259 or 15052792. OLE color: 15052792.
HSL color Cylindrical-coordinate representation of color #F8AFE5: hue angle of 315.62º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFE5 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 229 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.03 |
| HSL | 315.62º | 0.84% | 0.83% | - |
| HSV(B) | 315.62º | 0.29% | 0.97% | - |
| XYZ | 68.18 | 56.27 | 81.4 | - |
| YUV | 202.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 229 | 0 | 0.29 | 0.08 | 0.03 | 315.62 | 0.84 | 0.83 |
| Hex | F8 | AF | E5 | 0 | 1D | 8 | 3 | 13C | 54 | 53 |
| Octal | 370 | 257 | 345 | 0 | 35 | 10 | 3 | 474 | 124 | 123 |
| Binary | 11111000 | 10101111 | 11100101 | 0 | 11101 | 1000 | 11 | 100111100 | 1010100 | 1010011 |
Color Harmonies of #F8AFE5
Complementary color
Monochromatic Colors of #F8AFE5
Black with #F8AFE5
Text Example
Text Example
White with #F8AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFE5; }
p { color: rgb(248,175,229); }
H1.HeaderClassName
{
color: #F8AFE5;
}
.AnyTagClassName
{
color: #F8AFE5;
}
</style>
background-color css
<style>
a { background-color: #F8AFE5; }
a { background-color: rgb(248,175,229); }
div.DivClassName
{
background-color: #F8AFE5;
}
.BgClassName
{
background-color: #F8AFE5;
}
</style>
border-color css
<style>
span { border-color: #F8AFE5; }
span { border-color: rgb(248,175,229); }
td.TdClassName
{
border-color: #F8AFE5;
}
.TagClassName
{
border-color: #F8AFE5;
}
</style>