Shades of Lavender Pink #F8B2DB
Tints of Lavender Pink #F8B2DB
RGB
CMYK
RGB Variations
Color information
#F8B2DB (or 0xF8B2DB) is known color: Lavender Pink. HEX triplet: F8, B2 and DB. RGB value is (248,178,219). Sum of RGB (Red+Green+Blue) = 248+178+219=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 178 (69.92% from 255 or 27.60% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2DB is #074D24. Grayscale: #CBCBCB. Windows color (decimal): -478501 or 14398200. OLE color: 14398200.
HSL color Cylindrical-coordinate representation of color #F8B2DB: hue angle of 324.86º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B2DB is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 219 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.03 |
| HSL | 324.86º | 0.83% | 0.84% | - |
| HSV(B) | 324.86º | 0.28% | 0.97% | - |
| XYZ | 67.42 | 56.91 | 74.45 | - |
| YUV | 203.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 219 | 0 | 0.28 | 0.12 | 0.03 | 324.86 | 0.83 | 0.84 |
| Hex | F8 | B2 | DB | 0 | 1C | C | 3 | 145 | 53 | 54 |
| Octal | 370 | 262 | 333 | 0 | 34 | 14 | 3 | 505 | 123 | 124 |
| Binary | 11111000 | 10110010 | 11011011 | 0 | 11100 | 1100 | 11 | 101000101 | 1010011 | 1010100 |
Color Harmonies of #F8B2DB
Complementary color
Monochromatic Colors of #F8B2DB
Black with #F8B2DB
Text Example
Text Example
White with #F8B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B2DB; }
p { color: rgb(248,178,219); }
H1.HeaderClassName
{
color: #F8B2DB;
}
.AnyTagClassName
{
color: #F8B2DB;
}
</style>
background-color css
<style>
a { background-color: #F8B2DB; }
a { background-color: rgb(248,178,219); }
div.DivClassName
{
background-color: #F8B2DB;
}
.BgClassName
{
background-color: #F8B2DB;
}
</style>
border-color css
<style>
span { border-color: #F8B2DB; }
span { border-color: rgb(248,178,219); }
td.TdClassName
{
border-color: #F8B2DB;
}
.TagClassName
{
border-color: #F8B2DB;
}
</style>