Shades of Lavender Pink #F8AAD0
Tints of Lavender Pink #F8AAD0
RGB
CMYK
RGB Variations
Color information
#F8AAD0 (or 0xF8AAD0) is known color: Lavender Pink. HEX triplet: F8, AA and D0. RGB value is (248,170,208). Sum of RGB (Red+Green+Blue) = 248+170+208=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AAD0 is #07552F. Grayscale: #C5C5C5. Windows color (decimal): -480560 or 13675256. OLE color: 13675256.
HSL color Cylindrical-coordinate representation of color #F8AAD0: hue angle of 330.77º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8AAD0 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 208 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.03 |
| HSL | 330.77º | 0.85% | 0.82% | - |
| HSV(B) | 330.77º | 0.31% | 0.97% | - |
| XYZ | 64.47 | 53.26 | 66.56 | - |
| YUV | 197.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 208 | 0 | 0.31 | 0.16 | 0.03 | 330.77 | 0.85 | 0.82 |
| Hex | F8 | AA | D0 | 0 | 1F | 10 | 3 | 14B | 55 | 52 |
| Octal | 370 | 252 | 320 | 0 | 37 | 20 | 3 | 513 | 125 | 122 |
| Binary | 11111000 | 10101010 | 11010000 | 0 | 11111 | 10000 | 11 | 101001011 | 1010101 | 1010010 |
Color Harmonies of #F8AAD0
Complementary color
Monochromatic Colors of #F8AAD0
Black with #F8AAD0
Text Example
Text Example
White with #F8AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AAD0; }
p { color: rgb(248,170,208); }
H1.HeaderClassName
{
color: #F8AAD0;
}
.AnyTagClassName
{
color: #F8AAD0;
}
</style>
background-color css
<style>
a { background-color: #F8AAD0; }
a { background-color: rgb(248,170,208); }
div.DivClassName
{
background-color: #F8AAD0;
}
.BgClassName
{
background-color: #F8AAD0;
}
</style>
border-color css
<style>
span { border-color: #F8AAD0; }
span { border-color: rgb(248,170,208); }
td.TdClassName
{
border-color: #F8AAD0;
}
.TagClassName
{
border-color: #F8AAD0;
}
</style>