Shades of Lavender Pink #F8A7CF
Tints of Lavender Pink #F8A7CF
RGB
CMYK
RGB Variations
Color information
#F8A7CF (or 0xF8A7CF) is known color: Lavender Pink. HEX triplet: F8, A7 and CF. RGB value is (248,167,207). Sum of RGB (Red+Green+Blue) = 248+167+207=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7CF is #075830. Grayscale: #C3C3C3. Windows color (decimal): -481329 or 13608952. OLE color: 13608952.
HSL color Cylindrical-coordinate representation of color #F8A7CF: hue angle of 330.37º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A7CF is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 207 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.03 |
| HSL | 330.37º | 0.85% | 0.81% | - |
| HSV(B) | 330.37º | 0.33% | 0.97% | - |
| XYZ | 63.79 | 52.1 | 65.73 | - |
| YUV | 195.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 207 | 0 | 0.33 | 0.17 | 0.03 | 330.37 | 0.85 | 0.81 |
| Hex | F8 | A7 | CF | 0 | 21 | 11 | 3 | 14A | 55 | 51 |
| Octal | 370 | 247 | 317 | 0 | 41 | 21 | 3 | 512 | 125 | 121 |
| Binary | 11111000 | 10100111 | 11001111 | 0 | 100001 | 10001 | 11 | 101001010 | 1010101 | 1010001 |
Color Harmonies of #F8A7CF
Complementary color
Monochromatic Colors of #F8A7CF
Black with #F8A7CF
Text Example
Text Example
White with #F8A7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A7CF; }
p { color: rgb(248,167,207); }
H1.HeaderClassName
{
color: #F8A7CF;
}
.AnyTagClassName
{
color: #F8A7CF;
}
</style>
background-color css
<style>
a { background-color: #F8A7CF; }
a { background-color: rgb(248,167,207); }
div.DivClassName
{
background-color: #F8A7CF;
}
.BgClassName
{
background-color: #F8A7CF;
}
</style>
border-color css
<style>
span { border-color: #F8A7CF; }
span { border-color: rgb(248,167,207); }
td.TdClassName
{
border-color: #F8A7CF;
}
.TagClassName
{
border-color: #F8A7CF;
}
</style>