Shades of Lavender Pink #F0A7CF
Tints of Lavender Pink #F0A7CF
RGB
CMYK
RGB Variations
Color information
#F0A7CF (or 0xF0A7CF) is known color: Lavender Pink. HEX triplet: F0, A7 and CF. RGB value is (240,167,207). Sum of RGB (Red+Green+Blue) = 240+167+207=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 167 (65.62% from 255 or 27.20% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A7CF is #0F5830. Grayscale: #C1C1C1. Windows color (decimal): -1005617 or 13608944. OLE color: 13608944.
HSL color Cylindrical-coordinate representation of color #F0A7CF: hue angle of 327.12º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A7CF is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 207 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.06 |
| HSL | 327.12º | 0.71% | 0.8% | - |
| HSV(B) | 327.12º | 0.3% | 0.94% | - |
| XYZ | 61.02 | 50.67 | 65.6 | - |
| YUV | 193.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 207 | 0 | 0.30 | 0.14 | 0.06 | 327.12 | 0.71 | 0.8 |
| Hex | F0 | A7 | CF | 0 | 1E | E | 6 | 147 | 47 | 50 |
| Octal | 360 | 247 | 317 | 0 | 36 | 16 | 6 | 507 | 107 | 120 |
| Binary | 11110000 | 10100111 | 11001111 | 0 | 11110 | 1110 | 110 | 101000111 | 1000111 | 1010000 |
Color Harmonies of #F0A7CF
Complementary color
Monochromatic Colors of #F0A7CF
Black with #F0A7CF
Text Example
Text Example
White with #F0A7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A7CF; }
p { color: rgb(240,167,207); }
H1.HeaderClassName
{
color: #F0A7CF;
}
.AnyTagClassName
{
color: #F0A7CF;
}
</style>
background-color css
<style>
a { background-color: #F0A7CF; }
a { background-color: rgb(240,167,207); }
div.DivClassName
{
background-color: #F0A7CF;
}
.BgClassName
{
background-color: #F0A7CF;
}
</style>
border-color css
<style>
span { border-color: #F0A7CF; }
span { border-color: rgb(240,167,207); }
td.TdClassName
{
border-color: #F0A7CF;
}
.TagClassName
{
border-color: #F0A7CF;
}
</style>