Shades of Lavender Rose #FBB9F0
Tints of Lavender Rose #FBB9F0
RGB
CMYK
RGB Variations
Color information
#FBB9F0 (or 0xFBB9F0) is known color: Lavender Rose. HEX triplet: FB, B9 and F0. RGB value is (251,185,240). Sum of RGB (Red+Green+Blue) = 251+185+240=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 185 (72.66% from 255 or 27.37% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB9F0 is #04460F. Grayscale: #D2D2D2. Windows color (decimal): -280080 or 15776251. OLE color: 15776251.
HSL color Cylindrical-coordinate representation of color #FBB9F0: hue angle of 310º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBB9F0 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 240 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.02 |
| HSL | 310º | 0.89% | 0.85% | - |
| HSV(B) | 310º | 0.26% | 0.98% | - |
| XYZ | 72.86 | 61.5 | 90.47 | - |
| YUV | 211 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 240 | 0 | 0.26 | 0.04 | 0.02 | 310 | 0.89 | 0.85 |
| Hex | FB | B9 | F0 | 0 | 1A | 4 | 2 | 136 | 59 | 55 |
| Octal | 373 | 271 | 360 | 0 | 32 | 4 | 2 | 466 | 131 | 125 |
| Binary | 11111011 | 10111001 | 11110000 | 0 | 11010 | 100 | 10 | 100110110 | 1011001 | 1010101 |
Color Harmonies of #FBB9F0
Complementary color
Monochromatic Colors of #FBB9F0
Black with #FBB9F0
Text Example
Text Example
White with #FBB9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9F0; }
p { color: rgb(251,185,240); }
H1.HeaderClassName
{
color: #FBB9F0;
}
.AnyTagClassName
{
color: #FBB9F0;
}
</style>
background-color css
<style>
a { background-color: #FBB9F0; }
a { background-color: rgb(251,185,240); }
div.DivClassName
{
background-color: #FBB9F0;
}
.BgClassName
{
background-color: #FBB9F0;
}
</style>
border-color css
<style>
span { border-color: #FBB9F0; }
span { border-color: rgb(251,185,240); }
td.TdClassName
{
border-color: #FBB9F0;
}
.TagClassName
{
border-color: #FBB9F0;
}
</style>