Shades of Lavender Pink #F8B1DB
Tints of Lavender Pink #F8B1DB
RGB
CMYK
RGB Variations
Color information
#F8B1DB (or 0xF8B1DB) is known color: Lavender Pink. HEX triplet: F8, B1 and DB. RGB value is (248,177,219). Sum of RGB (Red+Green+Blue) = 248+177+219=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 177 (69.53% from 255 or 27.48% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1DB is #074E24. Grayscale: #CACACA. Windows color (decimal): -478757 or 14397944. OLE color: 14397944.
HSL color Cylindrical-coordinate representation of color #F8B1DB: hue angle of 324.51º 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 #F8B1DB is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 219 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.03 |
| HSL | 324.51º | 0.84% | 0.83% | - |
| HSV(B) | 324.51º | 0.29% | 0.97% | - |
| XYZ | 67.22 | 56.52 | 74.38 | - |
| YUV | 203.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 219 | 0 | 0.29 | 0.12 | 0.03 | 324.51 | 0.84 | 0.83 |
| Hex | F8 | B1 | DB | 0 | 1D | C | 3 | 145 | 54 | 53 |
| Octal | 370 | 261 | 333 | 0 | 35 | 14 | 3 | 505 | 124 | 123 |
| Binary | 11111000 | 10110001 | 11011011 | 0 | 11101 | 1100 | 11 | 101000101 | 1010100 | 1010011 |
Color Harmonies of #F8B1DB
Complementary color
Monochromatic Colors of #F8B1DB
Black with #F8B1DB
Text Example
Text Example
White with #F8B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1DB; }
p { color: rgb(248,177,219); }
H1.HeaderClassName
{
color: #F8B1DB;
}
.AnyTagClassName
{
color: #F8B1DB;
}
</style>
background-color css
<style>
a { background-color: #F8B1DB; }
a { background-color: rgb(248,177,219); }
div.DivClassName
{
background-color: #F8B1DB;
}
.BgClassName
{
background-color: #F8B1DB;
}
</style>
border-color css
<style>
span { border-color: #F8B1DB; }
span { border-color: rgb(248,177,219); }
td.TdClassName
{
border-color: #F8B1DB;
}
.TagClassName
{
border-color: #F8B1DB;
}
</style>