Shades of Lavender Pink #F8AFCC
Tints of Lavender Pink #F8AFCC
RGB
CMYK
RGB Variations
Color information
#F8AFCC (or 0xF8AFCC) is known color: Lavender Pink. HEX triplet: F8, AF and CC. RGB value is (248,175,204). Sum of RGB (Red+Green+Blue) = 248+175+204=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFCC is #075033. Grayscale: #C8C8C8. Windows color (decimal): -479284 or 13414392. OLE color: 13414392.
HSL color Cylindrical-coordinate representation of color #F8AFCC: hue angle of 336.16º 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 #F8AFCC is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 204 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.03 |
| HSL | 336.16º | 0.84% | 0.83% | - |
| HSV(B) | 336.16º | 0.29% | 0.97% | - |
| XYZ | 64.94 | 54.98 | 64.32 | - |
| YUV | 200.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 204 | 0 | 0.29 | 0.18 | 0.03 | 336.16 | 0.84 | 0.83 |
| Hex | F8 | AF | CC | 0 | 1D | 12 | 3 | 150 | 54 | 53 |
| Octal | 370 | 257 | 314 | 0 | 35 | 22 | 3 | 520 | 124 | 123 |
| Binary | 11111000 | 10101111 | 11001100 | 0 | 11101 | 10010 | 11 | 101010000 | 1010100 | 1010011 |
Color Harmonies of #F8AFCC
Complementary color
Monochromatic Colors of #F8AFCC
Black with #F8AFCC
Text Example
Text Example
White with #F8AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFCC; }
p { color: rgb(248,175,204); }
H1.HeaderClassName
{
color: #F8AFCC;
}
.AnyTagClassName
{
color: #F8AFCC;
}
</style>
background-color css
<style>
a { background-color: #F8AFCC; }
a { background-color: rgb(248,175,204); }
div.DivClassName
{
background-color: #F8AFCC;
}
.BgClassName
{
background-color: #F8AFCC;
}
</style>
border-color css
<style>
span { border-color: #F8AFCC; }
span { border-color: rgb(248,175,204); }
td.TdClassName
{
border-color: #F8AFCC;
}
.TagClassName
{
border-color: #F8AFCC;
}
</style>