Shades of Lavender Rose #F8A9FB
Tints of Lavender Rose #F8A9FB
RGB
CMYK
RGB Variations
Color information
#F8A9FB (or 0xF8A9FB) is known color: Lavender Rose. HEX triplet: F8, A9 and FB. RGB value is (248,169,251). Sum of RGB (Red+Green+Blue) = 248+169+251=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 169 (66.41% from 255 or 25.30% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8A9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A9FB is #075604. Grayscale: #C9C9C9. Windows color (decimal): -480773 or 16493048. OLE color: 16493048.
HSL color Cylindrical-coordinate representation of color #F8A9FB: hue angle of 297.8º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A9FB is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 169 | 251 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.02 |
| HSL | 297.8º | 0.91% | 0.82% | - |
| HSV(B) | 297.8º | 0.33% | 0.98% | - |
| XYZ | 70.31 | 55.3 | 98.23 | - |
| YUV | 201.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 251 | 0.01 | 0.33 | 0 | 0.02 | 297.8 | 0.91 | 0.82 |
| Hex | F8 | A9 | FB | 1 | 21 | 0 | 2 | 12A | 5B | 52 |
| Octal | 370 | 251 | 373 | 1 | 41 | 0 | 2 | 452 | 133 | 122 |
| Binary | 11111000 | 10101001 | 11111011 | 1 | 100001 | 0 | 10 | 100101010 | 1011011 | 1010010 |
Color Harmonies of #F8A9FB
Complementary color
Monochromatic Colors of #F8A9FB
Black with #F8A9FB
Text Example
Text Example
White with #F8A9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9FB; }
p { color: rgb(248,169,251); }
H1.HeaderClassName
{
color: #F8A9FB;
}
.AnyTagClassName
{
color: #F8A9FB;
}
</style>
background-color css
<style>
a { background-color: #F8A9FB; }
a { background-color: rgb(248,169,251); }
div.DivClassName
{
background-color: #F8A9FB;
}
.BgClassName
{
background-color: #F8A9FB;
}
</style>
border-color css
<style>
span { border-color: #F8A9FB; }
span { border-color: rgb(248,169,251); }
td.TdClassName
{
border-color: #F8A9FB;
}
.TagClassName
{
border-color: #F8A9FB;
}
</style>