Shades of Lavender Rose #F8A5FB
Tints of Lavender Rose #F8A5FB
RGB
CMYK
RGB Variations
Color information
#F8A5FB (or 0xF8A5FB) is known color: Lavender Rose. HEX triplet: F8, A5 and FB. RGB value is (248,165,251). Sum of RGB (Red+Green+Blue) = 248+165+251=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 165 (64.84% from 255 or 24.85% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8A5FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A5FB is #075A04. Grayscale: #C7C7C7. Windows color (decimal): -481797 or 16492024. OLE color: 16492024.
HSL color Cylindrical-coordinate representation of color #F8A5FB: hue angle of 297.91º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A5FB is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 165 | 251 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.02 |
| HSL | 297.91º | 0.91% | 0.82% | - |
| HSV(B) | 297.91º | 0.34% | 0.98% | - |
| XYZ | 69.58 | 53.83 | 97.99 | - |
| YUV | 199.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 251 | 0.01 | 0.34 | 0 | 0.02 | 297.91 | 0.91 | 0.82 |
| Hex | F8 | A5 | FB | 1 | 22 | 0 | 2 | 12A | 5B | 52 |
| Octal | 370 | 245 | 373 | 1 | 42 | 0 | 2 | 452 | 133 | 122 |
| Binary | 11111000 | 10100101 | 11111011 | 1 | 100010 | 0 | 10 | 100101010 | 1011011 | 1010010 |
Color Harmonies of #F8A5FB
Complementary color
Monochromatic Colors of #F8A5FB
Black with #F8A5FB
Text Example
Text Example
White with #F8A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A5FB; }
p { color: rgb(248,165,251); }
H1.HeaderClassName
{
color: #F8A5FB;
}
.AnyTagClassName
{
color: #F8A5FB;
}
</style>
background-color css
<style>
a { background-color: #F8A5FB; }
a { background-color: rgb(248,165,251); }
div.DivClassName
{
background-color: #F8A5FB;
}
.BgClassName
{
background-color: #F8A5FB;
}
</style>
border-color css
<style>
span { border-color: #F8A5FB; }
span { border-color: rgb(248,165,251); }
td.TdClassName
{
border-color: #F8A5FB;
}
.TagClassName
{
border-color: #F8A5FB;
}
</style>