Shades of Lavender Pink #FBB4E1
Tints of Lavender Pink #FBB4E1
RGB
CMYK
RGB Variations
Color information
#FBB4E1 (or 0xFBB4E1) is known color: Lavender Pink. HEX triplet: FB, B4 and E1. RGB value is (251,180,225). Sum of RGB (Red+Green+Blue) = 251+180+225=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4E1 is #044B1E. Grayscale: #CECECE. Windows color (decimal): -281375 or 14791931. OLE color: 14791931.
HSL color Cylindrical-coordinate representation of color #FBB4E1: hue angle of 321.97º 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 #FBB4E1 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 225 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.02 |
| HSL | 321.97º | 0.9% | 0.85% | - |
| HSV(B) | 321.97º | 0.28% | 0.98% | - |
| XYZ | 69.7 | 58.59 | 78.87 | - |
| YUV | 206.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 225 | 0 | 0.28 | 0.10 | 0.02 | 321.97 | 0.9 | 0.85 |
| Hex | FB | B4 | E1 | 0 | 1C | A | 2 | 142 | 5A | 55 |
| Octal | 373 | 264 | 341 | 0 | 34 | 12 | 2 | 502 | 132 | 125 |
| Binary | 11111011 | 10110100 | 11100001 | 0 | 11100 | 1010 | 10 | 101000010 | 1011010 | 1010101 |
Color Harmonies of #FBB4E1
Complementary color
Monochromatic Colors of #FBB4E1
Black with #FBB4E1
Text Example
Text Example
White with #FBB4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4E1; }
p { color: rgb(251,180,225); }
H1.HeaderClassName
{
color: #FBB4E1;
}
.AnyTagClassName
{
color: #FBB4E1;
}
</style>
background-color css
<style>
a { background-color: #FBB4E1; }
a { background-color: rgb(251,180,225); }
div.DivClassName
{
background-color: #FBB4E1;
}
.BgClassName
{
background-color: #FBB4E1;
}
</style>
border-color css
<style>
span { border-color: #FBB4E1; }
span { border-color: rgb(251,180,225); }
td.TdClassName
{
border-color: #FBB4E1;
}
.TagClassName
{
border-color: #FBB4E1;
}
</style>