Shades of Lavender Rose #FBBFF1
Tints of Lavender Rose #FBBFF1
RGB
CMYK
RGB Variations
Color information
#FBBFF1 (or 0xFBBFF1) is known color: Lavender Rose. HEX triplet: FB, BF and F1. RGB value is (251,191,241). Sum of RGB (Red+Green+Blue) = 251+191+241=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFF1 is #04400E. Grayscale: #D6D6D6. Windows color (decimal): -278543 or 15843323. OLE color: 15843323.
HSL color Cylindrical-coordinate representation of color #FBBFF1: hue angle of 310º 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 #FBBFF1 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 241 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.02 |
| HSL | 310º | 0.88% | 0.87% | - |
| HSV(B) | 310º | 0.24% | 0.98% | - |
| XYZ | 74.29 | 64.12 | 91.68 | - |
| YUV | 214.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 241 | 0 | 0.24 | 0.04 | 0.02 | 310 | 0.88 | 0.87 |
| Hex | FB | BF | F1 | 0 | 18 | 4 | 2 | 136 | 58 | 57 |
| Octal | 373 | 277 | 361 | 0 | 30 | 4 | 2 | 466 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11110001 | 0 | 11000 | 100 | 10 | 100110110 | 1011000 | 1010111 |
Color Harmonies of #FBBFF1
Complementary color
Monochromatic Colors of #FBBFF1
Black with #FBBFF1
Text Example
Text Example
White with #FBBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFF1; }
p { color: rgb(251,191,241); }
H1.HeaderClassName
{
color: #FBBFF1;
}
.AnyTagClassName
{
color: #FBBFF1;
}
</style>
background-color css
<style>
a { background-color: #FBBFF1; }
a { background-color: rgb(251,191,241); }
div.DivClassName
{
background-color: #FBBFF1;
}
.BgClassName
{
background-color: #FBBFF1;
}
</style>
border-color css
<style>
span { border-color: #FBBFF1; }
span { border-color: rgb(251,191,241); }
td.TdClassName
{
border-color: #FBBFF1;
}
.TagClassName
{
border-color: #FBBFF1;
}
</style>