Shades of Lavender Rose #FBB2EE
Tints of Lavender Rose #FBB2EE
RGB
CMYK
RGB Variations
Color information
#FBB2EE (or 0xFBB2EE) is known color: Lavender Rose. HEX triplet: FB, B2 and EE. RGB value is (251,178,238). Sum of RGB (Red+Green+Blue) = 251+178+238=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 178 (69.92% from 255 or 26.69% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2EE is #044D11. Grayscale: #CECECE. Windows color (decimal): -281874 or 15643387. OLE color: 15643387.
HSL color Cylindrical-coordinate representation of color #FBB2EE: hue angle of 310.68º 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 #FBB2EE is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 238 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.02 |
| HSL | 310.68º | 0.9% | 0.84% | - |
| HSV(B) | 310.68º | 0.29% | 0.98% | - |
| XYZ | 71.14 | 58.52 | 88.44 | - |
| YUV | 206.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 238 | 0 | 0.29 | 0.05 | 0.02 | 310.68 | 0.9 | 0.84 |
| Hex | FB | B2 | EE | 0 | 1D | 5 | 2 | 137 | 5A | 54 |
| Octal | 373 | 262 | 356 | 0 | 35 | 5 | 2 | 467 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11101110 | 0 | 11101 | 101 | 10 | 100110111 | 1011010 | 1010100 |
Color Harmonies of #FBB2EE
Complementary color
Monochromatic Colors of #FBB2EE
Black with #FBB2EE
Text Example
Text Example
White with #FBB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2EE; }
p { color: rgb(251,178,238); }
H1.HeaderClassName
{
color: #FBB2EE;
}
.AnyTagClassName
{
color: #FBB2EE;
}
</style>
background-color css
<style>
a { background-color: #FBB2EE; }
a { background-color: rgb(251,178,238); }
div.DivClassName
{
background-color: #FBB2EE;
}
.BgClassName
{
background-color: #FBB2EE;
}
</style>
border-color css
<style>
span { border-color: #FBB2EE; }
span { border-color: rgb(251,178,238); }
td.TdClassName
{
border-color: #FBB2EE;
}
.TagClassName
{
border-color: #FBB2EE;
}
</style>