Shades of Lavender Pink #FBAFDB
Tints of Lavender Pink #FBAFDB
RGB
CMYK
RGB Variations
Color information
#FBAFDB (or 0xFBAFDB) is known color: Lavender Pink. HEX triplet: FB, AF and DB. RGB value is (251,175,219). Sum of RGB (Red+Green+Blue) = 251+175+219=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFDB is #045024. Grayscale: #CACACA. Windows color (decimal): -282661 or 14397435. OLE color: 14397435.
HSL color Cylindrical-coordinate representation of color #FBAFDB: hue angle of 325.26º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFDB is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 219 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.02 |
| HSL | 325.26º | 0.9% | 0.84% | - |
| HSV(B) | 325.26º | 0.3% | 0.98% | - |
| XYZ | 67.9 | 56.28 | 74.3 | - |
| YUV | 202.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 219 | 0 | 0.30 | 0.13 | 0.02 | 325.26 | 0.9 | 0.84 |
| Hex | FB | AF | DB | 0 | 1E | D | 2 | 145 | 5A | 54 |
| Octal | 373 | 257 | 333 | 0 | 36 | 15 | 2 | 505 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11011011 | 0 | 11110 | 1101 | 10 | 101000101 | 1011010 | 1010100 |
Color Harmonies of #FBAFDB
Complementary color
Monochromatic Colors of #FBAFDB
Black with #FBAFDB
Text Example
Text Example
White with #FBAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFDB; }
p { color: rgb(251,175,219); }
H1.HeaderClassName
{
color: #FBAFDB;
}
.AnyTagClassName
{
color: #FBAFDB;
}
</style>
background-color css
<style>
a { background-color: #FBAFDB; }
a { background-color: rgb(251,175,219); }
div.DivClassName
{
background-color: #FBAFDB;
}
.BgClassName
{
background-color: #FBAFDB;
}
</style>
border-color css
<style>
span { border-color: #FBAFDB; }
span { border-color: rgb(251,175,219); }
td.TdClassName
{
border-color: #FBAFDB;
}
.TagClassName
{
border-color: #FBAFDB;
}
</style>