Shades of Lavender Pink #F8AFDA
Tints of Lavender Pink #F8AFDA
RGB
CMYK
RGB Variations
Color information
#F8AFDA (or 0xF8AFDA) is known color: Lavender Pink. HEX triplet: F8, AF and DA. RGB value is (248,175,218). Sum of RGB (Red+Green+Blue) = 248+175+218=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFDA is #075025. Grayscale: #C9C9C9. Windows color (decimal): -479270 or 14331896. OLE color: 14331896.
HSL color Cylindrical-coordinate representation of color #F8AFDA: hue angle of 324.66º 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 #F8AFDA is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 218 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.03 |
| HSL | 324.66º | 0.84% | 0.83% | - |
| HSV(B) | 324.66º | 0.29% | 0.97% | - |
| XYZ | 66.7 | 55.68 | 73.56 | - |
| YUV | 201.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 218 | 0 | 0.29 | 0.12 | 0.03 | 324.66 | 0.84 | 0.83 |
| Hex | F8 | AF | DA | 0 | 1D | C | 3 | 145 | 54 | 53 |
| Octal | 370 | 257 | 332 | 0 | 35 | 14 | 3 | 505 | 124 | 123 |
| Binary | 11111000 | 10101111 | 11011010 | 0 | 11101 | 1100 | 11 | 101000101 | 1010100 | 1010011 |
Color Harmonies of #F8AFDA
Complementary color
Monochromatic Colors of #F8AFDA
Black with #F8AFDA
Text Example
Text Example
White with #F8AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFDA; }
p { color: rgb(248,175,218); }
H1.HeaderClassName
{
color: #F8AFDA;
}
.AnyTagClassName
{
color: #F8AFDA;
}
</style>
background-color css
<style>
a { background-color: #F8AFDA; }
a { background-color: rgb(248,175,218); }
div.DivClassName
{
background-color: #F8AFDA;
}
.BgClassName
{
background-color: #F8AFDA;
}
</style>
border-color css
<style>
span { border-color: #F8AFDA; }
span { border-color: rgb(248,175,218); }
td.TdClassName
{
border-color: #F8AFDA;
}
.TagClassName
{
border-color: #F8AFDA;
}
</style>