Shades of Lavender Pink #F8A3CF
Tints of Lavender Pink #F8A3CF
RGB
CMYK
RGB Variations
Color information
#F8A3CF (or 0xF8A3CF) is known color: Lavender Pink. HEX triplet: F8, A3 and CF. RGB value is (248,163,207). Sum of RGB (Red+Green+Blue) = 248+163+207=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A3CF is #075C30. Grayscale: #C1C1C1. Windows color (decimal): -482353 or 13607928. OLE color: 13607928.
HSL color Cylindrical-coordinate representation of color #F8A3CF: hue angle of 328.94º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A3CF is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 207 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.03 |
| HSL | 328.94º | 0.86% | 0.81% | - |
| HSV(B) | 328.94º | 0.34% | 0.97% | - |
| XYZ | 63.07 | 50.66 | 65.48 | - |
| YUV | 193.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 207 | 0 | 0.34 | 0.17 | 0.03 | 328.94 | 0.86 | 0.81 |
| Hex | F8 | A3 | CF | 0 | 22 | 11 | 3 | 149 | 56 | 51 |
| Octal | 370 | 243 | 317 | 0 | 42 | 21 | 3 | 511 | 126 | 121 |
| Binary | 11111000 | 10100011 | 11001111 | 0 | 100010 | 10001 | 11 | 101001001 | 1010110 | 1010001 |
Color Harmonies of #F8A3CF
Complementary color
Monochromatic Colors of #F8A3CF
Black with #F8A3CF
Text Example
Text Example
White with #F8A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A3CF; }
p { color: rgb(248,163,207); }
H1.HeaderClassName
{
color: #F8A3CF;
}
.AnyTagClassName
{
color: #F8A3CF;
}
</style>
background-color css
<style>
a { background-color: #F8A3CF; }
a { background-color: rgb(248,163,207); }
div.DivClassName
{
background-color: #F8A3CF;
}
.BgClassName
{
background-color: #F8A3CF;
}
</style>
border-color css
<style>
span { border-color: #F8A3CF; }
span { border-color: rgb(248,163,207); }
td.TdClassName
{
border-color: #F8A3CF;
}
.TagClassName
{
border-color: #F8A3CF;
}
</style>