Shades of Lavender Rose #FBB2ED
Tints of Lavender Rose #FBB2ED
RGB
CMYK
RGB Variations
Color information
#FBB2ED (or 0xFBB2ED) is known color: Lavender Rose. HEX triplet: FB, B2 and ED. RGB value is (251,178,237). Sum of RGB (Red+Green+Blue) = 251+178+237=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2ED is #044D12. Grayscale: #CECECE. Windows color (decimal): -281875 or 15577851. OLE color: 15577851.
HSL color Cylindrical-coordinate representation of color #FBB2ED: hue angle of 311.51º 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 #FBB2ED is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 237 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.02 |
| HSL | 311.51º | 0.9% | 0.84% | - |
| HSV(B) | 311.51º | 0.29% | 0.98% | - |
| XYZ | 70.99 | 58.46 | 87.66 | - |
| YUV | 206.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 237 | 0 | 0.29 | 0.06 | 0.02 | 311.51 | 0.9 | 0.84 |
| Hex | FB | B2 | ED | 0 | 1D | 6 | 2 | 138 | 5A | 54 |
| Octal | 373 | 262 | 355 | 0 | 35 | 6 | 2 | 470 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11101101 | 0 | 11101 | 110 | 10 | 100111000 | 1011010 | 1010100 |
Color Harmonies of #FBB2ED
Complementary color
Monochromatic Colors of #FBB2ED
Black with #FBB2ED
Text Example
Text Example
White with #FBB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2ED; }
p { color: rgb(251,178,237); }
H1.HeaderClassName
{
color: #FBB2ED;
}
.AnyTagClassName
{
color: #FBB2ED;
}
</style>
background-color css
<style>
a { background-color: #FBB2ED; }
a { background-color: rgb(251,178,237); }
div.DivClassName
{
background-color: #FBB2ED;
}
.BgClassName
{
background-color: #FBB2ED;
}
</style>
border-color css
<style>
span { border-color: #FBB2ED; }
span { border-color: rgb(251,178,237); }
td.TdClassName
{
border-color: #FBB2ED;
}
.TagClassName
{
border-color: #FBB2ED;
}
</style>