Shades of Lavender Rose #F8AFFA
Tints of Lavender Rose #F8AFFA
RGB
CMYK
RGB Variations
Color information
#F8AFFA (or 0xF8AFFA) is known color: Lavender Rose. HEX triplet: F8, AF and FA. RGB value is (248,175,250). Sum of RGB (Red+Green+Blue) = 248+175+250=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 175 (68.75% from 255 or 26.00% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8AFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AFFA is #075005. Grayscale: #CDCDCD. Windows color (decimal): -479238 or 16429048. OLE color: 16429048.
HSL color Cylindrical-coordinate representation of color #F8AFFA: hue angle of 298.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AFFA is Cyan = 0.01, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 175 | 250 | - |
| CMYK | 0.01 | 0.3 | 0 | 0.02 |
| HSL | 298.4º | 0.88% | 0.83% | - |
| HSV(B) | 298.4º | 0.3% | 0.98% | - |
| XYZ | 71.3 | 57.52 | 97.79 | - |
| YUV | 205.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 250 | 0.01 | 0.3 | 0 | 0.02 | 298.4 | 0.88 | 0.83 |
| Hex | F8 | AF | FA | 1 | 1E | 0 | 2 | 12A | 58 | 53 |
| Octal | 370 | 257 | 372 | 1 | 36 | 0 | 2 | 452 | 130 | 123 |
| Binary | 11111000 | 10101111 | 11111010 | 1 | 11110 | 0 | 10 | 100101010 | 1011000 | 1010011 |
Color Harmonies of #F8AFFA
Complementary color
Monochromatic Colors of #F8AFFA
Black with #F8AFFA
Text Example
Text Example
White with #F8AFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFFA; }
p { color: rgb(248,175,250); }
H1.HeaderClassName
{
color: #F8AFFA;
}
.AnyTagClassName
{
color: #F8AFFA;
}
</style>
background-color css
<style>
a { background-color: #F8AFFA; }
a { background-color: rgb(248,175,250); }
div.DivClassName
{
background-color: #F8AFFA;
}
.BgClassName
{
background-color: #F8AFFA;
}
</style>
border-color css
<style>
span { border-color: #F8AFFA; }
span { border-color: rgb(248,175,250); }
td.TdClassName
{
border-color: #F8AFFA;
}
.TagClassName
{
border-color: #F8AFFA;
}
</style>