Shades of Lavender Rose #FBB6F7
Tints of Lavender Rose #FBB6F7
RGB
CMYK
RGB Variations
Color information
#FBB6F7 (or 0xFBB6F7) is known color: Lavender Rose. HEX triplet: FB, B6 and F7. RGB value is (251,182,247). Sum of RGB (Red+Green+Blue) = 251+182+247=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 182 (71.48% from 255 or 26.76% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6F7 is #044908. Grayscale: #D1D1D1. Windows color (decimal): -280841 or 16234235. OLE color: 16234235.
HSL color Cylindrical-coordinate representation of color #FBB6F7: hue angle of 303.48º degrees, saturation: 0.9, 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 #FBB6F7 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 247 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.02 |
| HSL | 303.48º | 0.9% | 0.85% | - |
| HSV(B) | 303.48º | 0.27% | 0.98% | - |
| XYZ | 73.3 | 60.68 | 95.84 | - |
| YUV | 210.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 247 | 0 | 0.27 | 0.02 | 0.02 | 303.48 | 0.9 | 0.85 |
| Hex | FB | B6 | F7 | 0 | 1B | 2 | 2 | 12F | 5A | 55 |
| Octal | 373 | 266 | 367 | 0 | 33 | 2 | 2 | 457 | 132 | 125 |
| Binary | 11111011 | 10110110 | 11110111 | 0 | 11011 | 10 | 10 | 100101111 | 1011010 | 1010101 |
Color Harmonies of #FBB6F7
Complementary color
Monochromatic Colors of #FBB6F7
Black with #FBB6F7
Text Example
Text Example
White with #FBB6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB6F7; }
p { color: rgb(251,182,247); }
H1.HeaderClassName
{
color: #FBB6F7;
}
.AnyTagClassName
{
color: #FBB6F7;
}
</style>
background-color css
<style>
a { background-color: #FBB6F7; }
a { background-color: rgb(251,182,247); }
div.DivClassName
{
background-color: #FBB6F7;
}
.BgClassName
{
background-color: #FBB6F7;
}
</style>
border-color css
<style>
span { border-color: #FBB6F7; }
span { border-color: rgb(251,182,247); }
td.TdClassName
{
border-color: #FBB6F7;
}
.TagClassName
{
border-color: #FBB6F7;
}
</style>