Shades of Lavender Rose #F8AFF7
Tints of Lavender Rose #F8AFF7
RGB
CMYK
RGB Variations
Color information
#F8AFF7 (or 0xF8AFF7) is known color: Lavender Rose. HEX triplet: F8, AF and F7. RGB value is (248,175,247). Sum of RGB (Red+Green+Blue) = 248+175+247=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 175 (68.75% from 255 or 26.12% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AFF7 is #075008. Grayscale: #CCCCCC. Windows color (decimal): -479241 or 16232440. OLE color: 16232440.
HSL color Cylindrical-coordinate representation of color #F8AFF7: hue angle of 300.82º 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 #F8AFF7 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 247 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.03 |
| HSL | 300.82º | 0.84% | 0.83% | - |
| HSV(B) | 300.82º | 0.29% | 0.97% | - |
| XYZ | 70.83 | 57.33 | 95.33 | - |
| YUV | 205.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 247 | 0 | 0.29 | 0.00 | 0.03 | 300.82 | 0.84 | 0.83 |
| Hex | F8 | AF | F7 | 0 | 1D | 0 | 3 | 12D | 54 | 53 |
| Octal | 370 | 257 | 367 | 0 | 35 | 0 | 3 | 455 | 124 | 123 |
| Binary | 11111000 | 10101111 | 11110111 | 0 | 11101 | 0 | 11 | 100101101 | 1010100 | 1010011 |
Color Harmonies of #F8AFF7
Complementary color
Monochromatic Colors of #F8AFF7
Black with #F8AFF7
Text Example
Text Example
White with #F8AFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFF7; }
p { color: rgb(248,175,247); }
H1.HeaderClassName
{
color: #F8AFF7;
}
.AnyTagClassName
{
color: #F8AFF7;
}
</style>
background-color css
<style>
a { background-color: #F8AFF7; }
a { background-color: rgb(248,175,247); }
div.DivClassName
{
background-color: #F8AFF7;
}
.BgClassName
{
background-color: #F8AFF7;
}
</style>
border-color css
<style>
span { border-color: #F8AFF7; }
span { border-color: rgb(248,175,247); }
td.TdClassName
{
border-color: #F8AFF7;
}
.TagClassName
{
border-color: #F8AFF7;
}
</style>