Shades of Lavender Rose #FBB5F9
Tints of Lavender Rose #FBB5F9
RGB
CMYK
RGB Variations
Color information
#FBB5F9 (or 0xFBB5F9) is known color: Lavender Rose. HEX triplet: FB, B5 and F9. RGB value is (251,181,249). Sum of RGB (Red+Green+Blue) = 251+181+249=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 181 (71.09% from 255 or 26.58% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5F9 is #044A06. Grayscale: #D1D1D1. Windows color (decimal): -281095 or 16365051. OLE color: 16365051.
HSL color Cylindrical-coordinate representation of color #FBB5F9: hue angle of 301.71º 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 #FBB5F9 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 181 | 249 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.02 |
| HSL | 301.71º | 0.9% | 0.85% | - |
| HSV(B) | 301.71º | 0.28% | 0.98% | - |
| XYZ | 73.41 | 60.4 | 97.41 | - |
| YUV | 209.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 181 | 249 | 0 | 0.28 | 0.01 | 0.02 | 301.71 | 0.9 | 0.85 |
| Hex | FB | B5 | F9 | 0 | 1C | 1 | 2 | 12E | 5A | 55 |
| Octal | 373 | 265 | 371 | 0 | 34 | 1 | 2 | 456 | 132 | 125 |
| Binary | 11111011 | 10110101 | 11111001 | 0 | 11100 | 1 | 10 | 100101110 | 1011010 | 1010101 |
Color Harmonies of #FBB5F9
Complementary color
Monochromatic Colors of #FBB5F9
Black with #FBB5F9
Text Example
Text Example
White with #FBB5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB5F9; }
p { color: rgb(251,181,249); }
H1.HeaderClassName
{
color: #FBB5F9;
}
.AnyTagClassName
{
color: #FBB5F9;
}
</style>
background-color css
<style>
a { background-color: #FBB5F9; }
a { background-color: rgb(251,181,249); }
div.DivClassName
{
background-color: #FBB5F9;
}
.BgClassName
{
background-color: #FBB5F9;
}
</style>
border-color css
<style>
span { border-color: #FBB5F9; }
span { border-color: rgb(251,181,249); }
td.TdClassName
{
border-color: #FBB5F9;
}
.TagClassName
{
border-color: #FBB5F9;
}
</style>