Shades of Lavender Pink #FBB4DC
Tints of Lavender Pink #FBB4DC
RGB
CMYK
RGB Variations
Color information
#FBB4DC (or 0xFBB4DC) is known color: Lavender Pink. HEX triplet: FB, B4 and DC. RGB value is (251,180,220). Sum of RGB (Red+Green+Blue) = 251+180+220=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 180 (70.70% from 255 or 27.65% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4DC is #044B23. Grayscale: #CDCDCD. Windows color (decimal): -281380 or 14464251. OLE color: 14464251.
HSL color Cylindrical-coordinate representation of color #FBB4DC: hue angle of 326.2º 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 #FBB4DC is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 220 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.02 |
| HSL | 326.2º | 0.9% | 0.85% | - |
| HSV(B) | 326.2º | 0.28% | 0.98% | - |
| XYZ | 69.02 | 58.32 | 75.33 | - |
| YUV | 205.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 220 | 0 | 0.28 | 0.12 | 0.02 | 326.2 | 0.9 | 0.85 |
| Hex | FB | B4 | DC | 0 | 1C | C | 2 | 146 | 5A | 55 |
| Octal | 373 | 264 | 334 | 0 | 34 | 14 | 2 | 506 | 132 | 125 |
| Binary | 11111011 | 10110100 | 11011100 | 0 | 11100 | 1100 | 10 | 101000110 | 1011010 | 1010101 |
Color Harmonies of #FBB4DC
Complementary color
Monochromatic Colors of #FBB4DC
Black with #FBB4DC
Text Example
Text Example
White with #FBB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4DC; }
p { color: rgb(251,180,220); }
H1.HeaderClassName
{
color: #FBB4DC;
}
.AnyTagClassName
{
color: #FBB4DC;
}
</style>
background-color css
<style>
a { background-color: #FBB4DC; }
a { background-color: rgb(251,180,220); }
div.DivClassName
{
background-color: #FBB4DC;
}
.BgClassName
{
background-color: #FBB4DC;
}
</style>
border-color css
<style>
span { border-color: #FBB4DC; }
span { border-color: rgb(251,180,220); }
td.TdClassName
{
border-color: #FBB4DC;
}
.TagClassName
{
border-color: #FBB4DC;
}
</style>