Shades of Lavender Rose #FBB0F2
Tints of Lavender Rose #FBB0F2
RGB
CMYK
RGB Variations
Color information
#FBB0F2 (or 0xFBB0F2) is known color: Lavender Rose. HEX triplet: FB, B0 and F2. RGB value is (251,176,242). Sum of RGB (Red+Green+Blue) = 251+176+242=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 176 (69.14% from 255 or 26.31% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0F2 is #044F0D. Grayscale: #CDCDCD. Windows color (decimal): -282382 or 15905019. OLE color: 15905019.
HSL color Cylindrical-coordinate representation of color #FBB0F2: hue angle of 307.2º 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 #FBB0F2 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 242 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.02 |
| HSL | 307.2º | 0.9% | 0.84% | - |
| HSV(B) | 307.2º | 0.3% | 0.98% | - |
| XYZ | 71.34 | 57.97 | 91.43 | - |
| YUV | 205.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 242 | 0 | 0.30 | 0.04 | 0.02 | 307.2 | 0.9 | 0.84 |
| Hex | FB | B0 | F2 | 0 | 1E | 4 | 2 | 133 | 5A | 54 |
| Octal | 373 | 260 | 362 | 0 | 36 | 4 | 2 | 463 | 132 | 124 |
| Binary | 11111011 | 10110000 | 11110010 | 0 | 11110 | 100 | 10 | 100110011 | 1011010 | 1010100 |
Color Harmonies of #FBB0F2
Complementary color
Monochromatic Colors of #FBB0F2
Black with #FBB0F2
Text Example
Text Example
White with #FBB0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0F2; }
p { color: rgb(251,176,242); }
H1.HeaderClassName
{
color: #FBB0F2;
}
.AnyTagClassName
{
color: #FBB0F2;
}
</style>
background-color css
<style>
a { background-color: #FBB0F2; }
a { background-color: rgb(251,176,242); }
div.DivClassName
{
background-color: #FBB0F2;
}
.BgClassName
{
background-color: #FBB0F2;
}
</style>
border-color css
<style>
span { border-color: #FBB0F2; }
span { border-color: rgb(251,176,242); }
td.TdClassName
{
border-color: #FBB0F2;
}
.TagClassName
{
border-color: #FBB0F2;
}
</style>