Shades of Lavender Rose #F9B0F8
Tints of Lavender Rose #F9B0F8
RGB
CMYK
RGB Variations
Color information
#F9B0F8 (or 0xF9B0F8) is known color: Lavender Rose. HEX triplet: F9, B0 and F8. RGB value is (249,176,248). Sum of RGB (Red+Green+Blue) = 249+176+248=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 176 (69.14% from 255 or 26.15% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B0F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B0F8 is #064F07. Grayscale: #CDCDCD. Windows color (decimal): -413448 or 16298233. OLE color: 16298233.
HSL color Cylindrical-coordinate representation of color #F9B0F8: hue angle of 300.82º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B0F8 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 176 | 248 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.02 |
| HSL | 300.82º | 0.86% | 0.83% | - |
| HSV(B) | 300.82º | 0.29% | 0.98% | - |
| XYZ | 71.54 | 57.97 | 96.23 | - |
| YUV | 206.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 176 | 248 | 0 | 0.29 | 0.00 | 0.02 | 300.82 | 0.86 | 0.83 |
| Hex | F9 | B0 | F8 | 0 | 1D | 0 | 2 | 12D | 56 | 53 |
| Octal | 371 | 260 | 370 | 0 | 35 | 0 | 2 | 455 | 126 | 123 |
| Binary | 11111001 | 10110000 | 11111000 | 0 | 11101 | 0 | 10 | 100101101 | 1010110 | 1010011 |
Color Harmonies of #F9B0F8
Complementary color
Monochromatic Colors of #F9B0F8
Black with #F9B0F8
Text Example
Text Example
White with #F9B0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B0F8; }
p { color: rgb(249,176,248); }
H1.HeaderClassName
{
color: #F9B0F8;
}
.AnyTagClassName
{
color: #F9B0F8;
}
</style>
background-color css
<style>
a { background-color: #F9B0F8; }
a { background-color: rgb(249,176,248); }
div.DivClassName
{
background-color: #F9B0F8;
}
.BgClassName
{
background-color: #F9B0F8;
}
</style>
border-color css
<style>
span { border-color: #F9B0F8; }
span { border-color: rgb(249,176,248); }
td.TdClassName
{
border-color: #F9B0F8;
}
.TagClassName
{
border-color: #F9B0F8;
}
</style>