Shades of Lavender Rose #FBBAF1
Tints of Lavender Rose #FBBAF1
RGB
CMYK
RGB Variations
Color information
#FBBAF1 (or 0xFBBAF1) is known color: Lavender Rose. HEX triplet: FB, BA and F1. RGB value is (251,186,241). Sum of RGB (Red+Green+Blue) = 251+186+241=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAF1 is #04450E. Grayscale: #D3D3D3. Windows color (decimal): -279823 or 15842043. OLE color: 15842043.
HSL color Cylindrical-coordinate representation of color #FBBAF1: hue angle of 309.23º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBAF1 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 241 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.02 |
| HSL | 309.23º | 0.89% | 0.86% | - |
| HSV(B) | 309.23º | 0.26% | 0.98% | - |
| XYZ | 73.22 | 61.98 | 91.32 | - |
| YUV | 211.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 241 | 0 | 0.26 | 0.04 | 0.02 | 309.23 | 0.89 | 0.86 |
| Hex | FB | BA | F1 | 0 | 1A | 4 | 2 | 135 | 59 | 56 |
| Octal | 373 | 272 | 361 | 0 | 32 | 4 | 2 | 465 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11110001 | 0 | 11010 | 100 | 10 | 100110101 | 1011001 | 1010110 |
Color Harmonies of #FBBAF1
Complementary color
Monochromatic Colors of #FBBAF1
Black with #FBBAF1
Text Example
Text Example
White with #FBBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAF1; }
p { color: rgb(251,186,241); }
H1.HeaderClassName
{
color: #FBBAF1;
}
.AnyTagClassName
{
color: #FBBAF1;
}
</style>
background-color css
<style>
a { background-color: #FBBAF1; }
a { background-color: rgb(251,186,241); }
div.DivClassName
{
background-color: #FBBAF1;
}
.BgClassName
{
background-color: #FBBAF1;
}
</style>
border-color css
<style>
span { border-color: #FBBAF1; }
span { border-color: rgb(251,186,241); }
td.TdClassName
{
border-color: #FBBAF1;
}
.TagClassName
{
border-color: #FBBAF1;
}
</style>