Shades of Lavender Pink #F8A0D3
Tints of Lavender Pink #F8A0D3
RGB
CMYK
RGB Variations
Color information
#F8A0D3 (or 0xF8A0D3) is known color: Lavender Pink. HEX triplet: F8, A0 and D3. RGB value is (248,160,211). Sum of RGB (Red+Green+Blue) = 248+160+211=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0D3 is #075F2C. Grayscale: #C0C0C0. Windows color (decimal): -483117 or 13869304. OLE color: 13869304.
HSL color Cylindrical-coordinate representation of color #F8A0D3: hue angle of 325.23º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A0D3 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 211 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.03 |
| HSL | 325.23º | 0.86% | 0.8% | - |
| HSV(B) | 325.23º | 0.35% | 0.97% | - |
| XYZ | 63.04 | 49.8 | 67.92 | - |
| YUV | 192.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 211 | 0 | 0.35 | 0.15 | 0.03 | 325.23 | 0.86 | 0.8 |
| Hex | F8 | A0 | D3 | 0 | 23 | F | 3 | 145 | 56 | 50 |
| Octal | 370 | 240 | 323 | 0 | 43 | 17 | 3 | 505 | 126 | 120 |
| Binary | 11111000 | 10100000 | 11010011 | 0 | 100011 | 1111 | 11 | 101000101 | 1010110 | 1010000 |
Color Harmonies of #F8A0D3
Complementary color
Monochromatic Colors of #F8A0D3
Black with #F8A0D3
Text Example
Text Example
White with #F8A0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A0D3; }
p { color: rgb(248,160,211); }
H1.HeaderClassName
{
color: #F8A0D3;
}
.AnyTagClassName
{
color: #F8A0D3;
}
</style>
background-color css
<style>
a { background-color: #F8A0D3; }
a { background-color: rgb(248,160,211); }
div.DivClassName
{
background-color: #F8A0D3;
}
.BgClassName
{
background-color: #F8A0D3;
}
</style>
border-color css
<style>
span { border-color: #F8A0D3; }
span { border-color: rgb(248,160,211); }
td.TdClassName
{
border-color: #F8A0D3;
}
.TagClassName
{
border-color: #F8A0D3;
}
</style>