Shades of Lavender Rose #FBB4F1
Tints of Lavender Rose #FBB4F1
RGB
CMYK
RGB Variations
Color information
#FBB4F1 (or 0xFBB4F1) is known color: Lavender Rose. HEX triplet: FB, B4 and F1. RGB value is (251,180,241). Sum of RGB (Red+Green+Blue) = 251+180+241=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 180 (70.70% from 255 or 26.79% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4F1 is #044B0E. Grayscale: #D0D0D0. Windows color (decimal): -281359 or 15840507. OLE color: 15840507.
HSL color Cylindrical-coordinate representation of color #FBB4F1: hue angle of 308.45º 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 #FBB4F1 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 241 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.02 |
| HSL | 308.45º | 0.9% | 0.85% | - |
| HSV(B) | 308.45º | 0.28% | 0.98% | - |
| XYZ | 71.98 | 59.5 | 90.91 | - |
| YUV | 208.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 241 | 0 | 0.28 | 0.04 | 0.02 | 308.45 | 0.9 | 0.85 |
| Hex | FB | B4 | F1 | 0 | 1C | 4 | 2 | 134 | 5A | 55 |
| Octal | 373 | 264 | 361 | 0 | 34 | 4 | 2 | 464 | 132 | 125 |
| Binary | 11111011 | 10110100 | 11110001 | 0 | 11100 | 100 | 10 | 100110100 | 1011010 | 1010101 |
Color Harmonies of #FBB4F1
Complementary color
Monochromatic Colors of #FBB4F1
Black with #FBB4F1
Text Example
Text Example
White with #FBB4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4F1; }
p { color: rgb(251,180,241); }
H1.HeaderClassName
{
color: #FBB4F1;
}
.AnyTagClassName
{
color: #FBB4F1;
}
</style>
background-color css
<style>
a { background-color: #FBB4F1; }
a { background-color: rgb(251,180,241); }
div.DivClassName
{
background-color: #FBB4F1;
}
.BgClassName
{
background-color: #FBB4F1;
}
</style>
border-color css
<style>
span { border-color: #FBB4F1; }
span { border-color: rgb(251,180,241); }
td.TdClassName
{
border-color: #FBB4F1;
}
.TagClassName
{
border-color: #FBB4F1;
}
</style>