Shades of Lavender Rose #FBB4F5
Tints of Lavender Rose #FBB4F5
RGB
CMYK
RGB Variations
Color information
#FBB4F5 (or 0xFBB4F5) is known color: Lavender Rose. HEX triplet: FB, B4 and F5. RGB value is (251,180,245). Sum of RGB (Red+Green+Blue) = 251+180+245=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 180 (70.70% from 255 or 26.63% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4F5 is #044B0A. Grayscale: #D0D0D0. Windows color (decimal): -281355 or 16102651. OLE color: 16102651.
HSL color Cylindrical-coordinate representation of color #FBB4F5: hue angle of 305.07º 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 #FBB4F5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 245 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.02 |
| HSL | 305.07º | 0.9% | 0.85% | - |
| HSV(B) | 305.07º | 0.28% | 0.98% | - |
| XYZ | 72.59 | 59.74 | 94.09 | - |
| YUV | 208.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 245 | 0 | 0.28 | 0.02 | 0.02 | 305.07 | 0.9 | 0.85 |
| Hex | FB | B4 | F5 | 0 | 1C | 2 | 2 | 131 | 5A | 55 |
| Octal | 373 | 264 | 365 | 0 | 34 | 2 | 2 | 461 | 132 | 125 |
| Binary | 11111011 | 10110100 | 11110101 | 0 | 11100 | 10 | 10 | 100110001 | 1011010 | 1010101 |
Color Harmonies of #FBB4F5
Complementary color
Monochromatic Colors of #FBB4F5
Black with #FBB4F5
Text Example
Text Example
White with #FBB4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4F5; }
p { color: rgb(251,180,245); }
H1.HeaderClassName
{
color: #FBB4F5;
}
.AnyTagClassName
{
color: #FBB4F5;
}
</style>
background-color css
<style>
a { background-color: #FBB4F5; }
a { background-color: rgb(251,180,245); }
div.DivClassName
{
background-color: #FBB4F5;
}
.BgClassName
{
background-color: #FBB4F5;
}
</style>
border-color css
<style>
span { border-color: #FBB4F5; }
span { border-color: rgb(251,180,245); }
td.TdClassName
{
border-color: #FBB4F5;
}
.TagClassName
{
border-color: #FBB4F5;
}
</style>