Shades of Lavender Rose #FBB9F2
Tints of Lavender Rose #FBB9F2
RGB
CMYK
RGB Variations
Color information
#FBB9F2 (or 0xFBB9F2) is known color: Lavender Rose. HEX triplet: FB, B9 and F2. RGB value is (251,185,242). Sum of RGB (Red+Green+Blue) = 251+185+242=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 185 (72.66% from 255 or 27.29% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB9F2 is #04460D. Grayscale: #D3D3D3. Windows color (decimal): -280078 or 15907323. OLE color: 15907323.
HSL color Cylindrical-coordinate representation of color #FBB9F2: hue angle of 308.18º 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 #FBB9F2 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 242 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.02 |
| HSL | 308.18º | 0.89% | 0.85% | - |
| HSV(B) | 308.18º | 0.26% | 0.98% | - |
| XYZ | 73.16 | 61.62 | 92.04 | - |
| YUV | 211.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 242 | 0 | 0.26 | 0.04 | 0.02 | 308.18 | 0.89 | 0.85 |
| Hex | FB | B9 | F2 | 0 | 1A | 4 | 2 | 134 | 59 | 55 |
| Octal | 373 | 271 | 362 | 0 | 32 | 4 | 2 | 464 | 131 | 125 |
| Binary | 11111011 | 10111001 | 11110010 | 0 | 11010 | 100 | 10 | 100110100 | 1011001 | 1010101 |
Color Harmonies of #FBB9F2
Complementary color
Monochromatic Colors of #FBB9F2
Black with #FBB9F2
Text Example
Text Example
White with #FBB9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9F2; }
p { color: rgb(251,185,242); }
H1.HeaderClassName
{
color: #FBB9F2;
}
.AnyTagClassName
{
color: #FBB9F2;
}
</style>
background-color css
<style>
a { background-color: #FBB9F2; }
a { background-color: rgb(251,185,242); }
div.DivClassName
{
background-color: #FBB9F2;
}
.BgClassName
{
background-color: #FBB9F2;
}
</style>
border-color css
<style>
span { border-color: #FBB9F2; }
span { border-color: rgb(251,185,242); }
td.TdClassName
{
border-color: #FBB9F2;
}
.TagClassName
{
border-color: #FBB9F2;
}
</style>