Shades of Lavender Rose #FBB0F8
Tints of Lavender Rose #FBB0F8
RGB
CMYK
RGB Variations
Color information
#FBB0F8 (or 0xFBB0F8) is known color: Lavender Rose. HEX triplet: FB, B0 and F8. RGB value is (251,176,248). Sum of RGB (Red+Green+Blue) = 251+176+248=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 176 (69.14% from 255 or 26.07% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0F8 is #044F07. Grayscale: #CECECE. Windows color (decimal): -282376 or 16298235. OLE color: 16298235.
HSL color Cylindrical-coordinate representation of color #FBB0F8: hue angle of 302.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0F8 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 248 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.02 |
| HSL | 302.4º | 0.9% | 0.84% | - |
| HSV(B) | 302.4º | 0.3% | 0.98% | - |
| XYZ | 72.25 | 58.34 | 96.26 | - |
| YUV | 206.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 248 | 0 | 0.30 | 0.01 | 0.02 | 302.4 | 0.9 | 0.84 |
| Hex | FB | B0 | F8 | 0 | 1E | 1 | 2 | 12E | 5A | 54 |
| Octal | 373 | 260 | 370 | 0 | 36 | 1 | 2 | 456 | 132 | 124 |
| Binary | 11111011 | 10110000 | 11111000 | 0 | 11110 | 1 | 10 | 100101110 | 1011010 | 1010100 |
Color Harmonies of #FBB0F8
Complementary color
Monochromatic Colors of #FBB0F8
Black with #FBB0F8
Text Example
Text Example
White with #FBB0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0F8; }
p { color: rgb(251,176,248); }
H1.HeaderClassName
{
color: #FBB0F8;
}
.AnyTagClassName
{
color: #FBB0F8;
}
</style>
background-color css
<style>
a { background-color: #FBB0F8; }
a { background-color: rgb(251,176,248); }
div.DivClassName
{
background-color: #FBB0F8;
}
.BgClassName
{
background-color: #FBB0F8;
}
</style>
border-color css
<style>
span { border-color: #FBB0F8; }
span { border-color: rgb(251,176,248); }
td.TdClassName
{
border-color: #FBB0F8;
}
.TagClassName
{
border-color: #FBB0F8;
}
</style>