Shades of Lavender Rose #F8AFF2
Tints of Lavender Rose #F8AFF2
RGB
CMYK
RGB Variations
Color information
#F8AFF2 (or 0xF8AFF2) is known color: Lavender Rose. HEX triplet: F8, AF and F2. RGB value is (248,175,242). Sum of RGB (Red+Green+Blue) = 248+175+242=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AFF2 is #07500D. Grayscale: #CCCCCC. Windows color (decimal): -479246 or 15904760. OLE color: 15904760.
HSL color Cylindrical-coordinate representation of color #F8AFF2: hue angle of 304.93º 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 #F8AFF2 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 242 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.03 |
| HSL | 304.93º | 0.84% | 0.83% | - |
| HSV(B) | 304.93º | 0.29% | 0.97% | - |
| XYZ | 70.07 | 57.03 | 91.32 | - |
| YUV | 204.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 242 | 0 | 0.29 | 0.02 | 0.03 | 304.93 | 0.84 | 0.83 |
| Hex | F8 | AF | F2 | 0 | 1D | 2 | 3 | 131 | 54 | 53 |
| Octal | 370 | 257 | 362 | 0 | 35 | 2 | 3 | 461 | 124 | 123 |
| Binary | 11111000 | 10101111 | 11110010 | 0 | 11101 | 10 | 11 | 100110001 | 1010100 | 1010011 |
Color Harmonies of #F8AFF2
Complementary color
Monochromatic Colors of #F8AFF2
Black with #F8AFF2
Text Example
Text Example
White with #F8AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFF2; }
p { color: rgb(248,175,242); }
H1.HeaderClassName
{
color: #F8AFF2;
}
.AnyTagClassName
{
color: #F8AFF2;
}
</style>
background-color css
<style>
a { background-color: #F8AFF2; }
a { background-color: rgb(248,175,242); }
div.DivClassName
{
background-color: #F8AFF2;
}
.BgClassName
{
background-color: #F8AFF2;
}
</style>
border-color css
<style>
span { border-color: #F8AFF2; }
span { border-color: rgb(248,175,242); }
td.TdClassName
{
border-color: #F8AFF2;
}
.TagClassName
{
border-color: #F8AFF2;
}
</style>