Shades of Lavender Pink #F8B5DB
Tints of Lavender Pink #F8B5DB
RGB
CMYK
RGB Variations
Color information
#F8B5DB (or 0xF8B5DB) is known color: Lavender Pink. HEX triplet: F8, B5 and DB. RGB value is (248,181,219). Sum of RGB (Red+Green+Blue) = 248+181+219=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 181 (71.09% from 255 or 27.93% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5DB is #074A24. Grayscale: #CDCDCD. Windows color (decimal): -477733 or 14398968. OLE color: 14398968.
HSL color Cylindrical-coordinate representation of color #F8B5DB: hue angle of 325.97º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B5DB is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 181 | 219 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.03 |
| HSL | 325.97º | 0.83% | 0.84% | - |
| HSV(B) | 325.97º | 0.27% | 0.97% | - |
| XYZ | 68.02 | 58.12 | 74.65 | - |
| YUV | 205.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 181 | 219 | 0 | 0.27 | 0.12 | 0.03 | 325.97 | 0.83 | 0.84 |
| Hex | F8 | B5 | DB | 0 | 1B | C | 3 | 146 | 53 | 54 |
| Octal | 370 | 265 | 333 | 0 | 33 | 14 | 3 | 506 | 123 | 124 |
| Binary | 11111000 | 10110101 | 11011011 | 0 | 11011 | 1100 | 11 | 101000110 | 1010011 | 1010100 |
Color Harmonies of #F8B5DB
Complementary color
Monochromatic Colors of #F8B5DB
Black with #F8B5DB
Text Example
Text Example
White with #F8B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B5DB; }
p { color: rgb(248,181,219); }
H1.HeaderClassName
{
color: #F8B5DB;
}
.AnyTagClassName
{
color: #F8B5DB;
}
</style>
background-color css
<style>
a { background-color: #F8B5DB; }
a { background-color: rgb(248,181,219); }
div.DivClassName
{
background-color: #F8B5DB;
}
.BgClassName
{
background-color: #F8B5DB;
}
</style>
border-color css
<style>
span { border-color: #F8B5DB; }
span { border-color: rgb(248,181,219); }
td.TdClassName
{
border-color: #F8B5DB;
}
.TagClassName
{
border-color: #F8B5DB;
}
</style>