Shades of Lavender Pink #F8AAD4
Tints of Lavender Pink #F8AAD4
RGB
CMYK
RGB Variations
Color information
#F8AAD4 (or 0xF8AAD4) is known color: Lavender Pink. HEX triplet: F8, AA and D4. RGB value is (248,170,212). Sum of RGB (Red+Green+Blue) = 248+170+212=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AAD4 is #07552B. Grayscale: #C6C6C6. Windows color (decimal): -480556 or 13937400. OLE color: 13937400.
HSL color Cylindrical-coordinate representation of color #F8AAD4: hue angle of 327.69º 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 #F8AAD4 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 212 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.03 |
| HSL | 327.69º | 0.85% | 0.82% | - |
| HSV(B) | 327.69º | 0.31% | 0.97% | - |
| XYZ | 64.97 | 53.46 | 69.18 | - |
| YUV | 198.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 212 | 0 | 0.31 | 0.15 | 0.03 | 327.69 | 0.85 | 0.82 |
| Hex | F8 | AA | D4 | 0 | 1F | F | 3 | 148 | 55 | 52 |
| Octal | 370 | 252 | 324 | 0 | 37 | 17 | 3 | 510 | 125 | 122 |
| Binary | 11111000 | 10101010 | 11010100 | 0 | 11111 | 1111 | 11 | 101001000 | 1010101 | 1010010 |
Color Harmonies of #F8AAD4
Complementary color
Monochromatic Colors of #F8AAD4
Black with #F8AAD4
Text Example
Text Example
White with #F8AAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AAD4; }
p { color: rgb(248,170,212); }
H1.HeaderClassName
{
color: #F8AAD4;
}
.AnyTagClassName
{
color: #F8AAD4;
}
</style>
background-color css
<style>
a { background-color: #F8AAD4; }
a { background-color: rgb(248,170,212); }
div.DivClassName
{
background-color: #F8AAD4;
}
.BgClassName
{
background-color: #F8AAD4;
}
</style>
border-color css
<style>
span { border-color: #F8AAD4; }
span { border-color: rgb(248,170,212); }
td.TdClassName
{
border-color: #F8AAD4;
}
.TagClassName
{
border-color: #F8AAD4;
}
</style>