Shades of Lavender Rose #FBB3F4
Tints of Lavender Rose #FBB3F4
RGB
CMYK
RGB Variations
Color information
#FBB3F4 (or 0xFBB3F4) is known color: Lavender Rose. HEX triplet: FB, B3 and F4. RGB value is (251,179,244). Sum of RGB (Red+Green+Blue) = 251+179+244=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 179 (70.31% from 255 or 26.56% from 674); Blue value is 244 (95.70% from 255 or 36.20% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3F4 is #044C0B. Grayscale: #CFCFCF. Windows color (decimal): -281612 or 16036859. OLE color: 16036859.
HSL color Cylindrical-coordinate representation of color #FBB3F4: hue angle of 305.83º 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 #FBB3F4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 179 | 244 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.02 |
| HSL | 305.83º | 0.9% | 0.84% | - |
| HSV(B) | 305.83º | 0.29% | 0.98% | - |
| XYZ | 72.23 | 59.28 | 93.22 | - |
| YUV | 207.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 179 | 244 | 0 | 0.29 | 0.03 | 0.02 | 305.83 | 0.9 | 0.84 |
| Hex | FB | B3 | F4 | 0 | 1D | 3 | 2 | 132 | 5A | 54 |
| Octal | 373 | 263 | 364 | 0 | 35 | 3 | 2 | 462 | 132 | 124 |
| Binary | 11111011 | 10110011 | 11110100 | 0 | 11101 | 11 | 10 | 100110010 | 1011010 | 1010100 |
Color Harmonies of #FBB3F4
Complementary color
Monochromatic Colors of #FBB3F4
Black with #FBB3F4
Text Example
Text Example
White with #FBB3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB3F4; }
p { color: rgb(251,179,244); }
H1.HeaderClassName
{
color: #FBB3F4;
}
.AnyTagClassName
{
color: #FBB3F4;
}
</style>
background-color css
<style>
a { background-color: #FBB3F4; }
a { background-color: rgb(251,179,244); }
div.DivClassName
{
background-color: #FBB3F4;
}
.BgClassName
{
background-color: #FBB3F4;
}
</style>
border-color css
<style>
span { border-color: #FBB3F4; }
span { border-color: rgb(251,179,244); }
td.TdClassName
{
border-color: #FBB3F4;
}
.TagClassName
{
border-color: #FBB3F4;
}
</style>