Shades of Lavender Rose #FBBBF6
Tints of Lavender Rose #FBBBF6
RGB
CMYK
RGB Variations
Color information
#FBBBF6 (or 0xFBBBF6) is known color: Lavender Rose. HEX triplet: FB, BB and F6. RGB value is (251,187,246). Sum of RGB (Red+Green+Blue) = 251+187+246=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBF6 is #044409. Grayscale: #D4D4D4. Windows color (decimal): -279562 or 16169979. OLE color: 16169979.
HSL color Cylindrical-coordinate representation of color #FBBBF6: hue angle of 304.69º 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 #FBBBF6 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 246 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.02 |
| HSL | 304.69º | 0.89% | 0.86% | - |
| HSV(B) | 304.69º | 0.25% | 0.98% | - |
| XYZ | 74.19 | 62.7 | 95.38 | - |
| YUV | 212.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 246 | 0 | 0.25 | 0.02 | 0.02 | 304.69 | 0.89 | 0.86 |
| Hex | FB | BB | F6 | 0 | 19 | 2 | 2 | 131 | 59 | 56 |
| Octal | 373 | 273 | 366 | 0 | 31 | 2 | 2 | 461 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11110110 | 0 | 11001 | 10 | 10 | 100110001 | 1011001 | 1010110 |
Color Harmonies of #FBBBF6
Complementary color
Monochromatic Colors of #FBBBF6
Black with #FBBBF6
Text Example
Text Example
White with #FBBBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBF6; }
p { color: rgb(251,187,246); }
H1.HeaderClassName
{
color: #FBBBF6;
}
.AnyTagClassName
{
color: #FBBBF6;
}
</style>
background-color css
<style>
a { background-color: #FBBBF6; }
a { background-color: rgb(251,187,246); }
div.DivClassName
{
background-color: #FBBBF6;
}
.BgClassName
{
background-color: #FBBBF6;
}
</style>
border-color css
<style>
span { border-color: #FBBBF6; }
span { border-color: rgb(251,187,246); }
td.TdClassName
{
border-color: #FBBBF6;
}
.TagClassName
{
border-color: #FBBBF6;
}
</style>