Shades of Lavender Pink #F8A6D0
Tints of Lavender Pink #F8A6D0
RGB
CMYK
RGB Variations
Color information
#F8A6D0 (or 0xF8A6D0) is known color: Lavender Pink. HEX triplet: F8, A6 and D0. RGB value is (248,166,208). Sum of RGB (Red+Green+Blue) = 248+166+208=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6D0 is #07592F. Grayscale: #C3C3C3. Windows color (decimal): -481584 or 13674232. OLE color: 13674232.
HSL color Cylindrical-coordinate representation of color #F8A6D0: hue angle of 329.27º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6D0 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 208 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.03 |
| HSL | 329.27º | 0.85% | 0.81% | - |
| HSV(B) | 329.27º | 0.33% | 0.97% | - |
| XYZ | 63.73 | 51.78 | 66.31 | - |
| YUV | 195.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 208 | 0 | 0.33 | 0.16 | 0.03 | 329.27 | 0.85 | 0.81 |
| Hex | F8 | A6 | D0 | 0 | 21 | 10 | 3 | 149 | 55 | 51 |
| Octal | 370 | 246 | 320 | 0 | 41 | 20 | 3 | 511 | 125 | 121 |
| Binary | 11111000 | 10100110 | 11010000 | 0 | 100001 | 10000 | 11 | 101001001 | 1010101 | 1010001 |
Color Harmonies of #F8A6D0
Complementary color
Monochromatic Colors of #F8A6D0
Black with #F8A6D0
Text Example
Text Example
White with #F8A6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6D0; }
p { color: rgb(248,166,208); }
H1.HeaderClassName
{
color: #F8A6D0;
}
.AnyTagClassName
{
color: #F8A6D0;
}
</style>
background-color css
<style>
a { background-color: #F8A6D0; }
a { background-color: rgb(248,166,208); }
div.DivClassName
{
background-color: #F8A6D0;
}
.BgClassName
{
background-color: #F8A6D0;
}
</style>
border-color css
<style>
span { border-color: #F8A6D0; }
span { border-color: rgb(248,166,208); }
td.TdClassName
{
border-color: #F8A6D0;
}
.TagClassName
{
border-color: #F8A6D0;
}
</style>