Shades of Lavender Pink #F8A9D4
Tints of Lavender Pink #F8A9D4
RGB
CMYK
RGB Variations
Color information
#F8A9D4 (or 0xF8A9D4) is known color: Lavender Pink. HEX triplet: F8, A9 and D4. RGB value is (248,169,212). Sum of RGB (Red+Green+Blue) = 248+169+212=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9D4 is #07562B. Grayscale: #C5C5C5. Windows color (decimal): -480812 or 13937144. OLE color: 13937144.
HSL color Cylindrical-coordinate representation of color #F8A9D4: hue angle of 327.34º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9D4 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 212 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.03 |
| HSL | 327.34º | 0.85% | 0.82% | - |
| HSV(B) | 327.34º | 0.32% | 0.97% | - |
| XYZ | 64.78 | 53.09 | 69.12 | - |
| YUV | 197.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 212 | 0 | 0.32 | 0.15 | 0.03 | 327.34 | 0.85 | 0.82 |
| Hex | F8 | A9 | D4 | 0 | 20 | F | 3 | 147 | 55 | 52 |
| Octal | 370 | 251 | 324 | 0 | 40 | 17 | 3 | 507 | 125 | 122 |
| Binary | 11111000 | 10101001 | 11010100 | 0 | 100000 | 1111 | 11 | 101000111 | 1010101 | 1010010 |
Color Harmonies of #F8A9D4
Complementary color
Monochromatic Colors of #F8A9D4
Black with #F8A9D4
Text Example
Text Example
White with #F8A9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9D4; }
p { color: rgb(248,169,212); }
H1.HeaderClassName
{
color: #F8A9D4;
}
.AnyTagClassName
{
color: #F8A9D4;
}
</style>
background-color css
<style>
a { background-color: #F8A9D4; }
a { background-color: rgb(248,169,212); }
div.DivClassName
{
background-color: #F8A9D4;
}
.BgClassName
{
background-color: #F8A9D4;
}
</style>
border-color css
<style>
span { border-color: #F8A9D4; }
span { border-color: rgb(248,169,212); }
td.TdClassName
{
border-color: #F8A9D4;
}
.TagClassName
{
border-color: #F8A9D4;
}
</style>