Shades of Lavender Rose #FBB0F3
Tints of Lavender Rose #FBB0F3
RGB
CMYK
RGB Variations
Color information
#FBB0F3 (or 0xFBB0F3) is known color: Lavender Rose. HEX triplet: FB, B0 and F3. RGB value is (251,176,243). Sum of RGB (Red+Green+Blue) = 251+176+243=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 176 (69.14% from 255 or 26.27% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0F3 is #044F0C. Grayscale: #CDCDCD. Windows color (decimal): -282381 or 15970555. OLE color: 15970555.
HSL color Cylindrical-coordinate representation of color #FBB0F3: hue angle of 306.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 #FBB0F3 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 243 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.02 |
| HSL | 306.4º | 0.9% | 0.84% | - |
| HSV(B) | 306.4º | 0.3% | 0.98% | - |
| XYZ | 71.49 | 58.03 | 92.23 | - |
| YUV | 206.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 243 | 0 | 0.30 | 0.03 | 0.02 | 306.4 | 0.9 | 0.84 |
| Hex | FB | B0 | F3 | 0 | 1E | 3 | 2 | 132 | 5A | 54 |
| Octal | 373 | 260 | 363 | 0 | 36 | 3 | 2 | 462 | 132 | 124 |
| Binary | 11111011 | 10110000 | 11110011 | 0 | 11110 | 11 | 10 | 100110010 | 1011010 | 1010100 |
Color Harmonies of #FBB0F3
Complementary color
Monochromatic Colors of #FBB0F3
Black with #FBB0F3
Text Example
Text Example
White with #FBB0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0F3; }
p { color: rgb(251,176,243); }
H1.HeaderClassName
{
color: #FBB0F3;
}
.AnyTagClassName
{
color: #FBB0F3;
}
</style>
background-color css
<style>
a { background-color: #FBB0F3; }
a { background-color: rgb(251,176,243); }
div.DivClassName
{
background-color: #FBB0F3;
}
.BgClassName
{
background-color: #FBB0F3;
}
</style>
border-color css
<style>
span { border-color: #FBB0F3; }
span { border-color: rgb(251,176,243); }
td.TdClassName
{
border-color: #FBB0F3;
}
.TagClassName
{
border-color: #FBB0F3;
}
</style>