Shades of Lavender Rose #FBB2FA
Tints of Lavender Rose #FBB2FA
RGB
CMYK
RGB Variations
Color information
#FBB2FA (or 0xFBB2FA) is known color: Lavender Rose. HEX triplet: FB, B2 and FA. RGB value is (251,178,250). Sum of RGB (Red+Green+Blue) = 251+178+250=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 178 (69.92% from 255 or 26.22% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2FA is #044D05. Grayscale: #CFCFCF. Windows color (decimal): -281862 or 16429819. OLE color: 16429819.
HSL color Cylindrical-coordinate representation of color #FBB2FA: hue angle of 300.82º 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 #FBB2FA is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 250 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.02 |
| HSL | 300.82º | 0.9% | 0.84% | - |
| HSV(B) | 300.82º | 0.29% | 0.98% | - |
| XYZ | 72.96 | 59.25 | 98.03 | - |
| YUV | 208.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 250 | 0 | 0.29 | 0.00 | 0.02 | 300.82 | 0.9 | 0.84 |
| Hex | FB | B2 | FA | 0 | 1D | 0 | 2 | 12D | 5A | 54 |
| Octal | 373 | 262 | 372 | 0 | 35 | 0 | 2 | 455 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11111010 | 0 | 11101 | 0 | 10 | 100101101 | 1011010 | 1010100 |
Color Harmonies of #FBB2FA
Complementary color
Monochromatic Colors of #FBB2FA
Black with #FBB2FA
Text Example
Text Example
White with #FBB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2FA; }
p { color: rgb(251,178,250); }
H1.HeaderClassName
{
color: #FBB2FA;
}
.AnyTagClassName
{
color: #FBB2FA;
}
</style>
background-color css
<style>
a { background-color: #FBB2FA; }
a { background-color: rgb(251,178,250); }
div.DivClassName
{
background-color: #FBB2FA;
}
.BgClassName
{
background-color: #FBB2FA;
}
</style>
border-color css
<style>
span { border-color: #FBB2FA; }
span { border-color: rgb(251,178,250); }
td.TdClassName
{
border-color: #FBB2FA;
}
.TagClassName
{
border-color: #FBB2FA;
}
</style>