Shades of Lavender Rose #FB9FF8
Tints of Lavender Rose #FB9FF8
RGB
CMYK
RGB Variations
Color information
#FB9FF8 (or 0xFB9FF8) is known color: Lavender Rose. HEX triplet: FB, 9F and F8. RGB value is (251,159,248). Sum of RGB (Red+Green+Blue) = 251+159+248=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 159 (62.5% from 255 or 24.16% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9FF8 is #046007. Grayscale: #C4C4C4. Windows color (decimal): -286728 or 16293883. OLE color: 16293883.
HSL color Cylindrical-coordinate representation of color #FB9FF8: hue angle of 301.96º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9FF8 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 248 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.02 |
| HSL | 301.96º | 0.92% | 0.8% | - |
| HSV(B) | 301.96º | 0.37% | 0.98% | - |
| XYZ | 69.13 | 52.08 | 95.22 | - |
| YUV | 196.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 248 | 0 | 0.37 | 0.01 | 0.02 | 301.96 | 0.92 | 0.8 |
| Hex | FB | 9F | F8 | 0 | 25 | 1 | 2 | 12E | 5C | 50 |
| Octal | 373 | 237 | 370 | 0 | 45 | 1 | 2 | 456 | 134 | 120 |
| Binary | 11111011 | 10011111 | 11111000 | 0 | 100101 | 1 | 10 | 100101110 | 1011100 | 1010000 |
Color Harmonies of #FB9FF8
Complementary color
Monochromatic Colors of #FB9FF8
Black with #FB9FF8
Text Example
Text Example
White with #FB9FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9FF8; }
p { color: rgb(251,159,248); }
H1.HeaderClassName
{
color: #FB9FF8;
}
.AnyTagClassName
{
color: #FB9FF8;
}
</style>
background-color css
<style>
a { background-color: #FB9FF8; }
a { background-color: rgb(251,159,248); }
div.DivClassName
{
background-color: #FB9FF8;
}
.BgClassName
{
background-color: #FB9FF8;
}
</style>
border-color css
<style>
span { border-color: #FB9FF8; }
span { border-color: rgb(251,159,248); }
td.TdClassName
{
border-color: #FB9FF8;
}
.TagClassName
{
border-color: #FB9FF8;
}
</style>