Shades of Lavender Rose #F9B4FB
Tints of Lavender Rose #F9B4FB
RGB
CMYK
RGB Variations
Color information
#F9B4FB (or 0xF9B4FB) is known color: Lavender Rose. HEX triplet: F9, B4 and FB. RGB value is (249,180,251). Sum of RGB (Red+Green+Blue) = 249+180+251=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 180 (70.70% from 255 or 26.47% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9B4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B4FB is #064B04. Grayscale: #D0D0D0. Windows color (decimal): -412421 or 16495865. OLE color: 16495865.
HSL color Cylindrical-coordinate representation of color #F9B4FB: hue angle of 298.31º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9B4FB is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 180 | 251 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.02 |
| HSL | 298.31º | 0.9% | 0.85% | - |
| HSV(B) | 298.31º | 0.28% | 0.98% | - |
| XYZ | 72.8 | 59.75 | 98.96 | - |
| YUV | 208.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 180 | 251 | 0.01 | 0.28 | 0 | 0.02 | 298.31 | 0.9 | 0.85 |
| Hex | F9 | B4 | FB | 1 | 1C | 0 | 2 | 12A | 5A | 55 |
| Octal | 371 | 264 | 373 | 1 | 34 | 0 | 2 | 452 | 132 | 125 |
| Binary | 11111001 | 10110100 | 11111011 | 1 | 11100 | 0 | 10 | 100101010 | 1011010 | 1010101 |
Color Harmonies of #F9B4FB
Complementary color
Monochromatic Colors of #F9B4FB
Black with #F9B4FB
Text Example
Text Example
White with #F9B4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B4FB; }
p { color: rgb(249,180,251); }
H1.HeaderClassName
{
color: #F9B4FB;
}
.AnyTagClassName
{
color: #F9B4FB;
}
</style>
background-color css
<style>
a { background-color: #F9B4FB; }
a { background-color: rgb(249,180,251); }
div.DivClassName
{
background-color: #F9B4FB;
}
.BgClassName
{
background-color: #F9B4FB;
}
</style>
border-color css
<style>
span { border-color: #F9B4FB; }
span { border-color: rgb(249,180,251); }
td.TdClassName
{
border-color: #F9B4FB;
}
.TagClassName
{
border-color: #F9B4FB;
}
</style>