Shades of Lavender Pink #F8AFCF
Tints of Lavender Pink #F8AFCF
RGB
CMYK
RGB Variations
Color information
#F8AFCF (or 0xF8AFCF) is known color: Lavender Pink. HEX triplet: F8, AF and CF. RGB value is (248,175,207). Sum of RGB (Red+Green+Blue) = 248+175+207=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFCF is #075030. Grayscale: #C8C8C8. Windows color (decimal): -479281 or 13611000. OLE color: 13611000.
HSL color Cylindrical-coordinate representation of color #F8AFCF: hue angle of 333.7º 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 #F8AFCF is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 207 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.03 |
| HSL | 333.7º | 0.84% | 0.83% | - |
| HSV(B) | 333.7º | 0.29% | 0.97% | - |
| XYZ | 65.3 | 55.12 | 66.23 | - |
| YUV | 200.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 207 | 0 | 0.29 | 0.17 | 0.03 | 333.7 | 0.84 | 0.83 |
| Hex | F8 | AF | CF | 0 | 1D | 11 | 3 | 14E | 54 | 53 |
| Octal | 370 | 257 | 317 | 0 | 35 | 21 | 3 | 516 | 124 | 123 |
| Binary | 11111000 | 10101111 | 11001111 | 0 | 11101 | 10001 | 11 | 101001110 | 1010100 | 1010011 |
Color Harmonies of #F8AFCF
Complementary color
Monochromatic Colors of #F8AFCF
Black with #F8AFCF
Text Example
Text Example
White with #F8AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFCF; }
p { color: rgb(248,175,207); }
H1.HeaderClassName
{
color: #F8AFCF;
}
.AnyTagClassName
{
color: #F8AFCF;
}
</style>
background-color css
<style>
a { background-color: #F8AFCF; }
a { background-color: rgb(248,175,207); }
div.DivClassName
{
background-color: #F8AFCF;
}
.BgClassName
{
background-color: #F8AFCF;
}
</style>
border-color css
<style>
span { border-color: #F8AFCF; }
span { border-color: rgb(248,175,207); }
td.TdClassName
{
border-color: #F8AFCF;
}
.TagClassName
{
border-color: #F8AFCF;
}
</style>