Shades of Lavender Pink #F4AFCF
Tints of Lavender Pink #F4AFCF
RGB
CMYK
RGB Variations
Color information
#F4AFCF (or 0xF4AFCF) is known color: Lavender Pink. HEX triplet: F4, AF and CF. RGB value is (244,175,207). Sum of RGB (Red+Green+Blue) = 244+175+207=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AFCF is #0B5030. Grayscale: #C7C7C7. Windows color (decimal): -741425 or 13610996. OLE color: 13610996.
HSL color Cylindrical-coordinate representation of color #F4AFCF: hue angle of 332.17º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4AFCF is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 207 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.04 |
| HSL | 332.17º | 0.76% | 0.82% | - |
| HSV(B) | 332.17º | 0.28% | 0.96% | - |
| XYZ | 63.9 | 54.4 | 66.16 | - |
| YUV | 199.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 207 | 0 | 0.28 | 0.15 | 0.04 | 332.17 | 0.76 | 0.82 |
| Hex | F4 | AF | CF | 0 | 1C | F | 4 | 14C | 4C | 52 |
| Octal | 364 | 257 | 317 | 0 | 34 | 17 | 4 | 514 | 114 | 122 |
| Binary | 11110100 | 10101111 | 11001111 | 0 | 11100 | 1111 | 100 | 101001100 | 1001100 | 1010010 |
Color Harmonies of #F4AFCF
Complementary color
Monochromatic Colors of #F4AFCF
Black with #F4AFCF
Text Example
Text Example
White with #F4AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AFCF; }
p { color: rgb(244,175,207); }
H1.HeaderClassName
{
color: #F4AFCF;
}
.AnyTagClassName
{
color: #F4AFCF;
}
</style>
background-color css
<style>
a { background-color: #F4AFCF; }
a { background-color: rgb(244,175,207); }
div.DivClassName
{
background-color: #F4AFCF;
}
.BgClassName
{
background-color: #F4AFCF;
}
</style>
border-color css
<style>
span { border-color: #F4AFCF; }
span { border-color: rgb(244,175,207); }
td.TdClassName
{
border-color: #F4AFCF;
}
.TagClassName
{
border-color: #F4AFCF;
}
</style>