Shades of Lavender Rose #FBBBF4
Tints of Lavender Rose #FBBBF4
RGB
CMYK
RGB Variations
Color information
#FBBBF4 (or 0xFBBBF4) is known color: Lavender Rose. HEX triplet: FB, BB and F4. RGB value is (251,187,244). Sum of RGB (Red+Green+Blue) = 251+187+244=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBF4 is #04440B. Grayscale: #D4D4D4. Windows color (decimal): -279564 or 16038907. OLE color: 16038907.
HSL color Cylindrical-coordinate representation of color #FBBBF4: hue angle of 306.56º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBBF4 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 244 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.02 |
| HSL | 306.56º | 0.89% | 0.86% | - |
| HSV(B) | 306.56º | 0.25% | 0.98% | - |
| XYZ | 73.88 | 62.58 | 93.77 | - |
| YUV | 212.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 244 | 0 | 0.25 | 0.03 | 0.02 | 306.56 | 0.89 | 0.86 |
| Hex | FB | BB | F4 | 0 | 19 | 3 | 2 | 133 | 59 | 56 |
| Octal | 373 | 273 | 364 | 0 | 31 | 3 | 2 | 463 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11110100 | 0 | 11001 | 11 | 10 | 100110011 | 1011001 | 1010110 |
Color Harmonies of #FBBBF4
Complementary color
Monochromatic Colors of #FBBBF4
Black with #FBBBF4
Text Example
Text Example
White with #FBBBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBF4; }
p { color: rgb(251,187,244); }
H1.HeaderClassName
{
color: #FBBBF4;
}
.AnyTagClassName
{
color: #FBBBF4;
}
</style>
background-color css
<style>
a { background-color: #FBBBF4; }
a { background-color: rgb(251,187,244); }
div.DivClassName
{
background-color: #FBBBF4;
}
.BgClassName
{
background-color: #FBBBF4;
}
</style>
border-color css
<style>
span { border-color: #FBBBF4; }
span { border-color: rgb(251,187,244); }
td.TdClassName
{
border-color: #FBBBF4;
}
.TagClassName
{
border-color: #FBBBF4;
}
</style>