Shades of Lavender Rose #FBB2EF
Tints of Lavender Rose #FBB2EF
RGB
CMYK
RGB Variations
Color information
#FBB2EF (or 0xFBB2EF) is known color: Lavender Rose. HEX triplet: FB, B2 and EF. RGB value is (251,178,239). Sum of RGB (Red+Green+Blue) = 251+178+239=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2EF is #044D10. Grayscale: #CECECE. Windows color (decimal): -281873 or 15708923. OLE color: 15708923.
HSL color Cylindrical-coordinate representation of color #FBB2EF: hue angle of 309.86º 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 #FBB2EF is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 239 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.02 |
| HSL | 309.86º | 0.9% | 0.84% | - |
| HSV(B) | 309.86º | 0.29% | 0.98% | - |
| XYZ | 71.28 | 58.58 | 89.21 | - |
| YUV | 206.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 239 | 0 | 0.29 | 0.05 | 0.02 | 309.86 | 0.9 | 0.84 |
| Hex | FB | B2 | EF | 0 | 1D | 5 | 2 | 136 | 5A | 54 |
| Octal | 373 | 262 | 357 | 0 | 35 | 5 | 2 | 466 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11101111 | 0 | 11101 | 101 | 10 | 100110110 | 1011010 | 1010100 |
Color Harmonies of #FBB2EF
Complementary color
Monochromatic Colors of #FBB2EF
Black with #FBB2EF
Text Example
Text Example
White with #FBB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2EF; }
p { color: rgb(251,178,239); }
H1.HeaderClassName
{
color: #FBB2EF;
}
.AnyTagClassName
{
color: #FBB2EF;
}
</style>
background-color css
<style>
a { background-color: #FBB2EF; }
a { background-color: rgb(251,178,239); }
div.DivClassName
{
background-color: #FBB2EF;
}
.BgClassName
{
background-color: #FBB2EF;
}
</style>
border-color css
<style>
span { border-color: #FBB2EF; }
span { border-color: rgb(251,178,239); }
td.TdClassName
{
border-color: #FBB2EF;
}
.TagClassName
{
border-color: #FBB2EF;
}
</style>