Shades of Lavender Rose #FBB2F7
Tints of Lavender Rose #FBB2F7
RGB
CMYK
RGB Variations
Color information
#FBB2F7 (or 0xFBB2F7) is known color: Lavender Rose. HEX triplet: FB, B2 and F7. RGB value is (251,178,247). Sum of RGB (Red+Green+Blue) = 251+178+247=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 178 (69.92% from 255 or 26.33% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2F7 is #044D08. Grayscale: #CFCFCF. Windows color (decimal): -281865 or 16233211. OLE color: 16233211.
HSL color Cylindrical-coordinate representation of color #FBB2F7: hue angle of 303.29º 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 #FBB2F7 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 247 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.02 |
| HSL | 303.29º | 0.9% | 0.84% | - |
| HSV(B) | 303.29º | 0.29% | 0.98% | - |
| XYZ | 72.49 | 59.07 | 95.58 | - |
| YUV | 207.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 247 | 0 | 0.29 | 0.02 | 0.02 | 303.29 | 0.9 | 0.84 |
| Hex | FB | B2 | F7 | 0 | 1D | 2 | 2 | 12F | 5A | 54 |
| Octal | 373 | 262 | 367 | 0 | 35 | 2 | 2 | 457 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11110111 | 0 | 11101 | 10 | 10 | 100101111 | 1011010 | 1010100 |
Color Harmonies of #FBB2F7
Complementary color
Monochromatic Colors of #FBB2F7
Black with #FBB2F7
Text Example
Text Example
White with #FBB2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2F7; }
p { color: rgb(251,178,247); }
H1.HeaderClassName
{
color: #FBB2F7;
}
.AnyTagClassName
{
color: #FBB2F7;
}
</style>
background-color css
<style>
a { background-color: #FBB2F7; }
a { background-color: rgb(251,178,247); }
div.DivClassName
{
background-color: #FBB2F7;
}
.BgClassName
{
background-color: #FBB2F7;
}
</style>
border-color css
<style>
span { border-color: #FBB2F7; }
span { border-color: rgb(251,178,247); }
td.TdClassName
{
border-color: #FBB2F7;
}
.TagClassName
{
border-color: #FBB2F7;
}
</style>