Shades of Lavender Pink #F8B2D1
Tints of Lavender Pink #F8B2D1
RGB
CMYK
RGB Variations
Color information
#F8B2D1 (or 0xF8B2D1) is known color: Lavender Pink. HEX triplet: F8, B2 and D1. RGB value is (248,178,209). Sum of RGB (Red+Green+Blue) = 248+178+209=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2D1 is #074D2E. Grayscale: #CACACA. Windows color (decimal): -478511 or 13742840. OLE color: 13742840.
HSL color Cylindrical-coordinate representation of color #F8B2D1: hue angle of 333.43º 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 #F8B2D1 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 209 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.03 |
| HSL | 333.43º | 0.83% | 0.84% | - |
| HSV(B) | 333.43º | 0.28% | 0.97% | - |
| XYZ | 66.14 | 56.4 | 67.72 | - |
| YUV | 202.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 209 | 0 | 0.28 | 0.16 | 0.03 | 333.43 | 0.83 | 0.84 |
| Hex | F8 | B2 | D1 | 0 | 1C | 10 | 3 | 14D | 53 | 54 |
| Octal | 370 | 262 | 321 | 0 | 34 | 20 | 3 | 515 | 123 | 124 |
| Binary | 11111000 | 10110010 | 11010001 | 0 | 11100 | 10000 | 11 | 101001101 | 1010011 | 1010100 |
Color Harmonies of #F8B2D1
Complementary color
Monochromatic Colors of #F8B2D1
Black with #F8B2D1
Text Example
Text Example
White with #F8B2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B2D1; }
p { color: rgb(248,178,209); }
H1.HeaderClassName
{
color: #F8B2D1;
}
.AnyTagClassName
{
color: #F8B2D1;
}
</style>
background-color css
<style>
a { background-color: #F8B2D1; }
a { background-color: rgb(248,178,209); }
div.DivClassName
{
background-color: #F8B2D1;
}
.BgClassName
{
background-color: #F8B2D1;
}
</style>
border-color css
<style>
span { border-color: #F8B2D1; }
span { border-color: rgb(248,178,209); }
td.TdClassName
{
border-color: #F8B2D1;
}
.TagClassName
{
border-color: #F8B2D1;
}
</style>