Shades of Lavender Pink #F8B1D9
Tints of Lavender Pink #F8B1D9
RGB
CMYK
RGB Variations
Color information
#F8B1D9 (or 0xF8B1D9) is known color: Lavender Pink. HEX triplet: F8, B1 and D9. RGB value is (248,177,217). Sum of RGB (Red+Green+Blue) = 248+177+217=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1D9 is #074E26. Grayscale: #CACACA. Windows color (decimal): -478759 or 14266872. OLE color: 14266872.
HSL color Cylindrical-coordinate representation of color #F8B1D9: hue angle of 326.2º 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 #F8B1D9 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 217 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.03 |
| HSL | 326.2º | 0.84% | 0.83% | - |
| HSV(B) | 326.2º | 0.29% | 0.97% | - |
| XYZ | 66.96 | 56.41 | 73 | - |
| YUV | 202.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 217 | 0 | 0.29 | 0.12 | 0.03 | 326.2 | 0.84 | 0.83 |
| Hex | F8 | B1 | D9 | 0 | 1D | C | 3 | 146 | 54 | 53 |
| Octal | 370 | 261 | 331 | 0 | 35 | 14 | 3 | 506 | 124 | 123 |
| Binary | 11111000 | 10110001 | 11011001 | 0 | 11101 | 1100 | 11 | 101000110 | 1010100 | 1010011 |
Color Harmonies of #F8B1D9
Complementary color
Monochromatic Colors of #F8B1D9
Black with #F8B1D9
Text Example
Text Example
White with #F8B1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1D9; }
p { color: rgb(248,177,217); }
H1.HeaderClassName
{
color: #F8B1D9;
}
.AnyTagClassName
{
color: #F8B1D9;
}
</style>
background-color css
<style>
a { background-color: #F8B1D9; }
a { background-color: rgb(248,177,217); }
div.DivClassName
{
background-color: #F8B1D9;
}
.BgClassName
{
background-color: #F8B1D9;
}
</style>
border-color css
<style>
span { border-color: #F8B1D9; }
span { border-color: rgb(248,177,217); }
td.TdClassName
{
border-color: #F8B1D9;
}
.TagClassName
{
border-color: #F8B1D9;
}
</style>