Shades of Lavender Rose #FBB2E9
Tints of Lavender Rose #FBB2E9
RGB
CMYK
RGB Variations
Color information
#FBB2E9 (or 0xFBB2E9) is known color: Lavender Rose. HEX triplet: FB, B2 and E9. RGB value is (251,178,233). Sum of RGB (Red+Green+Blue) = 251+178+233=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 178 (69.92% from 255 or 26.89% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2E9 is #044D16. Grayscale: #CDCDCD. Windows color (decimal): -281879 or 15315707. OLE color: 15315707.
HSL color Cylindrical-coordinate representation of color #FBB2E9: hue angle of 314.79º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB2E9 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 233 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.02 |
| HSL | 314.79º | 0.9% | 0.84% | - |
| HSV(B) | 314.79º | 0.29% | 0.98% | - |
| XYZ | 70.41 | 58.23 | 84.62 | - |
| YUV | 206.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 233 | 0 | 0.29 | 0.07 | 0.02 | 314.79 | 0.9 | 0.84 |
| Hex | FB | B2 | E9 | 0 | 1D | 7 | 2 | 13B | 5A | 54 |
| Octal | 373 | 262 | 351 | 0 | 35 | 7 | 2 | 473 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11101001 | 0 | 11101 | 111 | 10 | 100111011 | 1011010 | 1010100 |
Color Harmonies of #FBB2E9
Complementary color
Monochromatic Colors of #FBB2E9
Black with #FBB2E9
Text Example
Text Example
White with #FBB2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2E9; }
p { color: rgb(251,178,233); }
H1.HeaderClassName
{
color: #FBB2E9;
}
.AnyTagClassName
{
color: #FBB2E9;
}
</style>
background-color css
<style>
a { background-color: #FBB2E9; }
a { background-color: rgb(251,178,233); }
div.DivClassName
{
background-color: #FBB2E9;
}
.BgClassName
{
background-color: #FBB2E9;
}
</style>
border-color css
<style>
span { border-color: #FBB2E9; }
span { border-color: rgb(251,178,233); }
td.TdClassName
{
border-color: #FBB2E9;
}
.TagClassName
{
border-color: #FBB2E9;
}
</style>