Shades of Lavender Pink #F8B1D1
Tints of Lavender Pink #F8B1D1
RGB
CMYK
RGB Variations
Color information
#F8B1D1 (or 0xF8B1D1) is known color: Lavender Pink. HEX triplet: F8, B1 and D1. RGB value is (248,177,209). Sum of RGB (Red+Green+Blue) = 248+177+209=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1D1 is #074E2E. Grayscale: #C9C9C9. Windows color (decimal): -478767 or 13742584. OLE color: 13742584.
HSL color Cylindrical-coordinate representation of color #F8B1D1: hue angle of 332.96º 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 #F8B1D1 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 209 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.03 |
| HSL | 332.96º | 0.84% | 0.83% | - |
| HSV(B) | 332.96º | 0.29% | 0.97% | - |
| XYZ | 65.94 | 56 | 67.66 | - |
| YUV | 201.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 209 | 0 | 0.29 | 0.16 | 0.03 | 332.96 | 0.84 | 0.83 |
| Hex | F8 | B1 | D1 | 0 | 1D | 10 | 3 | 14D | 54 | 53 |
| Octal | 370 | 261 | 321 | 0 | 35 | 20 | 3 | 515 | 124 | 123 |
| Binary | 11111000 | 10110001 | 11010001 | 0 | 11101 | 10000 | 11 | 101001101 | 1010100 | 1010011 |
Color Harmonies of #F8B1D1
Complementary color
Monochromatic Colors of #F8B1D1
Black with #F8B1D1
Text Example
Text Example
White with #F8B1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1D1; }
p { color: rgb(248,177,209); }
H1.HeaderClassName
{
color: #F8B1D1;
}
.AnyTagClassName
{
color: #F8B1D1;
}
</style>
background-color css
<style>
a { background-color: #F8B1D1; }
a { background-color: rgb(248,177,209); }
div.DivClassName
{
background-color: #F8B1D1;
}
.BgClassName
{
background-color: #F8B1D1;
}
</style>
border-color css
<style>
span { border-color: #F8B1D1; }
span { border-color: rgb(248,177,209); }
td.TdClassName
{
border-color: #F8B1D1;
}
.TagClassName
{
border-color: #F8B1D1;
}
</style>