Shades of Lavender Rose #FBB5F4
Tints of Lavender Rose #FBB5F4
RGB
CMYK
RGB Variations
Color information
#FBB5F4 (or 0xFBB5F4) is known color: Lavender Rose. HEX triplet: FB, B5 and F4. RGB value is (251,181,244). Sum of RGB (Red+Green+Blue) = 251+181+244=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 181 (71.09% from 255 or 26.78% from 676); Blue value is 244 (95.70% from 255 or 36.09% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5F4 is #044A0B. Grayscale: #D0D0D0. Windows color (decimal): -281100 or 16037371. OLE color: 16037371.
HSL color Cylindrical-coordinate representation of color #FBB5F4: hue angle of 306º 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 #FBB5F4 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 181 | 244 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.02 |
| HSL | 306º | 0.9% | 0.85% | - |
| HSV(B) | 306º | 0.28% | 0.98% | - |
| XYZ | 72.64 | 60.09 | 93.36 | - |
| YUV | 209.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 181 | 244 | 0 | 0.28 | 0.03 | 0.02 | 306 | 0.9 | 0.85 |
| Hex | FB | B5 | F4 | 0 | 1C | 3 | 2 | 132 | 5A | 55 |
| Octal | 373 | 265 | 364 | 0 | 34 | 3 | 2 | 462 | 132 | 125 |
| Binary | 11111011 | 10110101 | 11110100 | 0 | 11100 | 11 | 10 | 100110010 | 1011010 | 1010101 |
Color Harmonies of #FBB5F4
Complementary color
Monochromatic Colors of #FBB5F4
Black with #FBB5F4
Text Example
Text Example
White with #FBB5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB5F4; }
p { color: rgb(251,181,244); }
H1.HeaderClassName
{
color: #FBB5F4;
}
.AnyTagClassName
{
color: #FBB5F4;
}
</style>
background-color css
<style>
a { background-color: #FBB5F4; }
a { background-color: rgb(251,181,244); }
div.DivClassName
{
background-color: #FBB5F4;
}
.BgClassName
{
background-color: #FBB5F4;
}
</style>
border-color css
<style>
span { border-color: #FBB5F4; }
span { border-color: rgb(251,181,244); }
td.TdClassName
{
border-color: #FBB5F4;
}
.TagClassName
{
border-color: #FBB5F4;
}
</style>