Shades of Lavender Rose #FBBFF5
Tints of Lavender Rose #FBBFF5
RGB
CMYK
RGB Variations
Color information
#FBBFF5 (or 0xFBBFF5) is known color: Lavender Rose. HEX triplet: FB, BF and F5. RGB value is (251,191,245). Sum of RGB (Red+Green+Blue) = 251+191+245=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 191 (75% from 255 or 27.80% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFF5 is #04400A. Grayscale: #D6D6D6. Windows color (decimal): -278539 or 16105467. OLE color: 16105467.
HSL color Cylindrical-coordinate representation of color #FBBFF5: hue angle of 306º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBFF5 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 245 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.02 |
| HSL | 306º | 0.88% | 0.87% | - |
| HSV(B) | 306º | 0.24% | 0.98% | - |
| XYZ | 74.9 | 64.36 | 94.86 | - |
| YUV | 215.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 245 | 0 | 0.24 | 0.02 | 0.02 | 306 | 0.88 | 0.87 |
| Hex | FB | BF | F5 | 0 | 18 | 2 | 2 | 132 | 58 | 57 |
| Octal | 373 | 277 | 365 | 0 | 30 | 2 | 2 | 462 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11110101 | 0 | 11000 | 10 | 10 | 100110010 | 1011000 | 1010111 |
Color Harmonies of #FBBFF5
Complementary color
Monochromatic Colors of #FBBFF5
Black with #FBBFF5
Text Example
Text Example
White with #FBBFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFF5; }
p { color: rgb(251,191,245); }
H1.HeaderClassName
{
color: #FBBFF5;
}
.AnyTagClassName
{
color: #FBBFF5;
}
</style>
background-color css
<style>
a { background-color: #FBBFF5; }
a { background-color: rgb(251,191,245); }
div.DivClassName
{
background-color: #FBBFF5;
}
.BgClassName
{
background-color: #FBBFF5;
}
</style>
border-color css
<style>
span { border-color: #FBBFF5; }
span { border-color: rgb(251,191,245); }
td.TdClassName
{
border-color: #FBBFF5;
}
.TagClassName
{
border-color: #FBBFF5;
}
</style>