Shades of Lavender Pink #F8B0DB
Tints of Lavender Pink #F8B0DB
RGB
CMYK
RGB Variations
Color information
#F8B0DB (or 0xF8B0DB) is known color: Lavender Pink. HEX triplet: F8, B0 and DB. RGB value is (248,176,219). Sum of RGB (Red+Green+Blue) = 248+176+219=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0DB is #074F24. Grayscale: #CACACA. Windows color (decimal): -479013 or 14397688. OLE color: 14397688.
HSL color Cylindrical-coordinate representation of color #F8B0DB: hue angle of 324.17º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B0DB is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 176 | 219 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.03 |
| HSL | 324.17º | 0.84% | 0.83% | - |
| HSV(B) | 324.17º | 0.29% | 0.97% | - |
| XYZ | 67.02 | 56.12 | 74.32 | - |
| YUV | 202.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 176 | 219 | 0 | 0.29 | 0.12 | 0.03 | 324.17 | 0.84 | 0.83 |
| Hex | F8 | B0 | DB | 0 | 1D | C | 3 | 144 | 54 | 53 |
| Octal | 370 | 260 | 333 | 0 | 35 | 14 | 3 | 504 | 124 | 123 |
| Binary | 11111000 | 10110000 | 11011011 | 0 | 11101 | 1100 | 11 | 101000100 | 1010100 | 1010011 |
Color Harmonies of #F8B0DB
Complementary color
Monochromatic Colors of #F8B0DB
Black with #F8B0DB
Text Example
Text Example
White with #F8B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B0DB; }
p { color: rgb(248,176,219); }
H1.HeaderClassName
{
color: #F8B0DB;
}
.AnyTagClassName
{
color: #F8B0DB;
}
</style>
background-color css
<style>
a { background-color: #F8B0DB; }
a { background-color: rgb(248,176,219); }
div.DivClassName
{
background-color: #F8B0DB;
}
.BgClassName
{
background-color: #F8B0DB;
}
</style>
border-color css
<style>
span { border-color: #F8B0DB; }
span { border-color: rgb(248,176,219); }
td.TdClassName
{
border-color: #F8B0DB;
}
.TagClassName
{
border-color: #F8B0DB;
}
</style>