Shades of Lavender Rose #F8AFFB
Tints of Lavender Rose #F8AFFB
RGB
CMYK
RGB Variations
Color information
#F8AFFB (or 0xF8AFFB) is known color: Lavender Rose. HEX triplet: F8, AF and FB. RGB value is (248,175,251). Sum of RGB (Red+Green+Blue) = 248+175+251=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 175 (68.75% from 255 or 25.96% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8AFFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AFFB is #075004. Grayscale: #CDCDCD. Windows color (decimal): -479237 or 16494584. OLE color: 16494584.
HSL color Cylindrical-coordinate representation of color #F8AFFB: hue angle of 297.63º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AFFB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 175 | 251 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.02 |
| HSL | 297.63º | 0.9% | 0.84% | - |
| HSV(B) | 297.63º | 0.3% | 0.98% | - |
| XYZ | 71.45 | 57.58 | 98.62 | - |
| YUV | 205.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 251 | 0.01 | 0.30 | 0 | 0.02 | 297.63 | 0.9 | 0.84 |
| Hex | F8 | AF | FB | 1 | 1E | 0 | 2 | 12A | 5A | 54 |
| Octal | 370 | 257 | 373 | 1 | 36 | 0 | 2 | 452 | 132 | 124 |
| Binary | 11111000 | 10101111 | 11111011 | 1 | 11110 | 0 | 10 | 100101010 | 1011010 | 1010100 |
Color Harmonies of #F8AFFB
Complementary color
Monochromatic Colors of #F8AFFB
Black with #F8AFFB
Text Example
Text Example
White with #F8AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFFB; }
p { color: rgb(248,175,251); }
H1.HeaderClassName
{
color: #F8AFFB;
}
.AnyTagClassName
{
color: #F8AFFB;
}
</style>
background-color css
<style>
a { background-color: #F8AFFB; }
a { background-color: rgb(248,175,251); }
div.DivClassName
{
background-color: #F8AFFB;
}
.BgClassName
{
background-color: #F8AFFB;
}
</style>
border-color css
<style>
span { border-color: #F8AFFB; }
span { border-color: rgb(248,175,251); }
td.TdClassName
{
border-color: #F8AFFB;
}
.TagClassName
{
border-color: #F8AFFB;
}
</style>