Shades of Lavender Pink #F8AFDD
Tints of Lavender Pink #F8AFDD
RGB
CMYK
RGB Variations
Color information
#F8AFDD (or 0xF8AFDD) is known color: Lavender Pink. HEX triplet: F8, AF and DD. RGB value is (248,175,221). Sum of RGB (Red+Green+Blue) = 248+175+221=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFDD is #075022. Grayscale: #C9C9C9. Windows color (decimal): -479267 or 14528504. OLE color: 14528504.
HSL color Cylindrical-coordinate representation of color #F8AFDD: hue angle of 322.19º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFDD is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 221 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.03 |
| HSL | 322.19º | 0.84% | 0.83% | - |
| HSV(B) | 322.19º | 0.29% | 0.97% | - |
| XYZ | 67.09 | 55.84 | 75.65 | - |
| YUV | 202.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 221 | 0 | 0.29 | 0.11 | 0.03 | 322.19 | 0.84 | 0.83 |
| Hex | F8 | AF | DD | 0 | 1D | B | 3 | 142 | 54 | 53 |
| Octal | 370 | 257 | 335 | 0 | 35 | 13 | 3 | 502 | 124 | 123 |
| Binary | 11111000 | 10101111 | 11011101 | 0 | 11101 | 1011 | 11 | 101000010 | 1010100 | 1010011 |
Color Harmonies of #F8AFDD
Complementary color
Monochromatic Colors of #F8AFDD
Black with #F8AFDD
Text Example
Text Example
White with #F8AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFDD; }
p { color: rgb(248,175,221); }
H1.HeaderClassName
{
color: #F8AFDD;
}
.AnyTagClassName
{
color: #F8AFDD;
}
</style>
background-color css
<style>
a { background-color: #F8AFDD; }
a { background-color: rgb(248,175,221); }
div.DivClassName
{
background-color: #F8AFDD;
}
.BgClassName
{
background-color: #F8AFDD;
}
</style>
border-color css
<style>
span { border-color: #F8AFDD; }
span { border-color: rgb(248,175,221); }
td.TdClassName
{
border-color: #F8AFDD;
}
.TagClassName
{
border-color: #F8AFDD;
}
</style>