Shades of Lavender Rose #FBB4F3
Tints of Lavender Rose #FBB4F3
RGB
CMYK
RGB Variations
Color information
#FBB4F3 (or 0xFBB4F3) is known color: Lavender Rose. HEX triplet: FB, B4 and F3. RGB value is (251,180,243). Sum of RGB (Red+Green+Blue) = 251+180+243=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 180 (70.70% from 255 or 26.71% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4F3 is #044B0C. Grayscale: #D0D0D0. Windows color (decimal): -281357 or 15971579. OLE color: 15971579.
HSL color Cylindrical-coordinate representation of color #FBB4F3: hue angle of 306.76º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB4F3 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 243 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.02 |
| HSL | 306.76º | 0.9% | 0.85% | - |
| HSV(B) | 306.76º | 0.28% | 0.98% | - |
| XYZ | 72.28 | 59.62 | 92.49 | - |
| YUV | 208.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 243 | 0 | 0.28 | 0.03 | 0.02 | 306.76 | 0.9 | 0.85 |
| Hex | FB | B4 | F3 | 0 | 1C | 3 | 2 | 133 | 5A | 55 |
| Octal | 373 | 264 | 363 | 0 | 34 | 3 | 2 | 463 | 132 | 125 |
| Binary | 11111011 | 10110100 | 11110011 | 0 | 11100 | 11 | 10 | 100110011 | 1011010 | 1010101 |
Color Harmonies of #FBB4F3
Complementary color
Monochromatic Colors of #FBB4F3
Black with #FBB4F3
Text Example
Text Example
White with #FBB4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4F3; }
p { color: rgb(251,180,243); }
H1.HeaderClassName
{
color: #FBB4F3;
}
.AnyTagClassName
{
color: #FBB4F3;
}
</style>
background-color css
<style>
a { background-color: #FBB4F3; }
a { background-color: rgb(251,180,243); }
div.DivClassName
{
background-color: #FBB4F3;
}
.BgClassName
{
background-color: #FBB4F3;
}
</style>
border-color css
<style>
span { border-color: #FBB4F3; }
span { border-color: rgb(251,180,243); }
td.TdClassName
{
border-color: #FBB4F3;
}
.TagClassName
{
border-color: #FBB4F3;
}
</style>