Shades of Lavender Rose #FBB8F1
Tints of Lavender Rose #FBB8F1
RGB
CMYK
RGB Variations
Color information
#FBB8F1 (or 0xFBB8F1) is known color: Lavender Rose. HEX triplet: FB, B8 and F1. RGB value is (251,184,241). Sum of RGB (Red+Green+Blue) = 251+184+241=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 184 (72.27% from 255 or 27.22% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8F1 is #04470E. Grayscale: #D2D2D2. Windows color (decimal): -280335 or 15841531. OLE color: 15841531.
HSL color Cylindrical-coordinate representation of color #FBB8F1: hue angle of 308.96º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8F1 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 241 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.02 |
| HSL | 308.96º | 0.89% | 0.85% | - |
| HSV(B) | 308.96º | 0.27% | 0.98% | - |
| XYZ | 72.8 | 61.14 | 91.18 | - |
| YUV | 210.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 241 | 0 | 0.27 | 0.04 | 0.02 | 308.96 | 0.89 | 0.85 |
| Hex | FB | B8 | F1 | 0 | 1B | 4 | 2 | 135 | 59 | 55 |
| Octal | 373 | 270 | 361 | 0 | 33 | 4 | 2 | 465 | 131 | 125 |
| Binary | 11111011 | 10111000 | 11110001 | 0 | 11011 | 100 | 10 | 100110101 | 1011001 | 1010101 |
Color Harmonies of #FBB8F1
Complementary color
Monochromatic Colors of #FBB8F1
Black with #FBB8F1
Text Example
Text Example
White with #FBB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8F1; }
p { color: rgb(251,184,241); }
H1.HeaderClassName
{
color: #FBB8F1;
}
.AnyTagClassName
{
color: #FBB8F1;
}
</style>
background-color css
<style>
a { background-color: #FBB8F1; }
a { background-color: rgb(251,184,241); }
div.DivClassName
{
background-color: #FBB8F1;
}
.BgClassName
{
background-color: #FBB8F1;
}
</style>
border-color css
<style>
span { border-color: #FBB8F1; }
span { border-color: rgb(251,184,241); }
td.TdClassName
{
border-color: #FBB8F1;
}
.TagClassName
{
border-color: #FBB8F1;
}
</style>