Shades of Lavender Pink #FBB4DF
Tints of Lavender Pink #FBB4DF
RGB
CMYK
RGB Variations
Color information
#FBB4DF (or 0xFBB4DF) is known color: Lavender Pink. HEX triplet: FB, B4 and DF. RGB value is (251,180,223). Sum of RGB (Red+Green+Blue) = 251+180+223=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 180 (70.70% from 255 or 27.52% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4DF is #044B20. Grayscale: #CECECE. Windows color (decimal): -281377 or 14660859. OLE color: 14660859.
HSL color Cylindrical-coordinate representation of color #FBB4DF: hue angle of 323.66º 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 #FBB4DF is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 223 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.02 |
| HSL | 323.66º | 0.9% | 0.85% | - |
| HSV(B) | 323.66º | 0.28% | 0.98% | - |
| XYZ | 69.42 | 58.48 | 77.44 | - |
| YUV | 206.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 223 | 0 | 0.28 | 0.11 | 0.02 | 323.66 | 0.9 | 0.85 |
| Hex | FB | B4 | DF | 0 | 1C | B | 2 | 144 | 5A | 55 |
| Octal | 373 | 264 | 337 | 0 | 34 | 13 | 2 | 504 | 132 | 125 |
| Binary | 11111011 | 10110100 | 11011111 | 0 | 11100 | 1011 | 10 | 101000100 | 1011010 | 1010101 |
Color Harmonies of #FBB4DF
Complementary color
Monochromatic Colors of #FBB4DF
Black with #FBB4DF
Text Example
Text Example
White with #FBB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4DF; }
p { color: rgb(251,180,223); }
H1.HeaderClassName
{
color: #FBB4DF;
}
.AnyTagClassName
{
color: #FBB4DF;
}
</style>
background-color css
<style>
a { background-color: #FBB4DF; }
a { background-color: rgb(251,180,223); }
div.DivClassName
{
background-color: #FBB4DF;
}
.BgClassName
{
background-color: #FBB4DF;
}
</style>
border-color css
<style>
span { border-color: #FBB4DF; }
span { border-color: rgb(251,180,223); }
td.TdClassName
{
border-color: #FBB4DF;
}
.TagClassName
{
border-color: #FBB4DF;
}
</style>