Shades of Lavender Rose #FBB2F1
Tints of Lavender Rose #FBB2F1
RGB
CMYK
RGB Variations
Color information
#FBB2F1 (or 0xFBB2F1) is known color: Lavender Rose. HEX triplet: FB, B2 and F1. RGB value is (251,178,241). Sum of RGB (Red+Green+Blue) = 251+178+241=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 178 (69.92% from 255 or 26.57% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2F1 is #044D0E. Grayscale: #CECECE. Windows color (decimal): -281871 or 15839995. OLE color: 15839995.
HSL color Cylindrical-coordinate representation of color #FBB2F1: hue angle of 308.22º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB2F1 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 241 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.02 |
| HSL | 308.22º | 0.9% | 0.84% | - |
| HSV(B) | 308.22º | 0.29% | 0.98% | - |
| XYZ | 71.58 | 58.7 | 90.78 | - |
| YUV | 207.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 241 | 0 | 0.29 | 0.04 | 0.02 | 308.22 | 0.9 | 0.84 |
| Hex | FB | B2 | F1 | 0 | 1D | 4 | 2 | 134 | 5A | 54 |
| Octal | 373 | 262 | 361 | 0 | 35 | 4 | 2 | 464 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11110001 | 0 | 11101 | 100 | 10 | 100110100 | 1011010 | 1010100 |
Color Harmonies of #FBB2F1
Complementary color
Monochromatic Colors of #FBB2F1
Black with #FBB2F1
Text Example
Text Example
White with #FBB2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2F1; }
p { color: rgb(251,178,241); }
H1.HeaderClassName
{
color: #FBB2F1;
}
.AnyTagClassName
{
color: #FBB2F1;
}
</style>
background-color css
<style>
a { background-color: #FBB2F1; }
a { background-color: rgb(251,178,241); }
div.DivClassName
{
background-color: #FBB2F1;
}
.BgClassName
{
background-color: #FBB2F1;
}
</style>
border-color css
<style>
span { border-color: #FBB2F1; }
span { border-color: rgb(251,178,241); }
td.TdClassName
{
border-color: #FBB2F1;
}
.TagClassName
{
border-color: #FBB2F1;
}
</style>