Shades of Lavender Rose #FBB4F6
Tints of Lavender Rose #FBB4F6
RGB
CMYK
RGB Variations
Color information
#FBB4F6 (or 0xFBB4F6) is known color: Lavender Rose. HEX triplet: FB, B4 and F6. RGB value is (251,180,246). Sum of RGB (Red+Green+Blue) = 251+180+246=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 180 (70.70% from 255 or 26.59% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4F6 is #044B09. Grayscale: #D0D0D0. Windows color (decimal): -281354 or 16168187. OLE color: 16168187.
HSL color Cylindrical-coordinate representation of color #FBB4F6: hue angle of 304.23º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB4F6 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 246 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.02 |
| HSL | 304.23º | 0.9% | 0.85% | - |
| HSV(B) | 304.23º | 0.28% | 0.98% | - |
| XYZ | 72.74 | 59.81 | 94.9 | - |
| YUV | 208.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 246 | 0 | 0.28 | 0.02 | 0.02 | 304.23 | 0.9 | 0.85 |
| Hex | FB | B4 | F6 | 0 | 1C | 2 | 2 | 130 | 5A | 55 |
| Octal | 373 | 264 | 366 | 0 | 34 | 2 | 2 | 460 | 132 | 125 |
| Binary | 11111011 | 10110100 | 11110110 | 0 | 11100 | 10 | 10 | 100110000 | 1011010 | 1010101 |
Color Harmonies of #FBB4F6
Complementary color
Monochromatic Colors of #FBB4F6
Black with #FBB4F6
Text Example
Text Example
White with #FBB4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4F6; }
p { color: rgb(251,180,246); }
H1.HeaderClassName
{
color: #FBB4F6;
}
.AnyTagClassName
{
color: #FBB4F6;
}
</style>
background-color css
<style>
a { background-color: #FBB4F6; }
a { background-color: rgb(251,180,246); }
div.DivClassName
{
background-color: #FBB4F6;
}
.BgClassName
{
background-color: #FBB4F6;
}
</style>
border-color css
<style>
span { border-color: #FBB4F6; }
span { border-color: rgb(251,180,246); }
td.TdClassName
{
border-color: #FBB4F6;
}
.TagClassName
{
border-color: #FBB4F6;
}
</style>