Shades of Lavender Pink #F4A5CF
Tints of Lavender Pink #F4A5CF
RGB
CMYK
RGB Variations
Color information
#F4A5CF (or 0xF4A5CF) is known color: Lavender Pink. HEX triplet: F4, A5 and CF. RGB value is (244,165,207). Sum of RGB (Red+Green+Blue) = 244+165+207=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A5CF is #0B5A30. Grayscale: #C1C1C1. Windows color (decimal): -743985 or 13608436. OLE color: 13608436.
HSL color Cylindrical-coordinate representation of color #F4A5CF: hue angle of 328.1º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4A5CF is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 165 | 207 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.04 |
| HSL | 328.1º | 0.78% | 0.8% | - |
| HSV(B) | 328.1º | 0.32% | 0.96% | - |
| XYZ | 62.03 | 50.65 | 65.54 | - |
| YUV | 193.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 207 | 0 | 0.32 | 0.15 | 0.04 | 328.1 | 0.78 | 0.8 |
| Hex | F4 | A5 | CF | 0 | 20 | F | 4 | 148 | 4E | 50 |
| Octal | 364 | 245 | 317 | 0 | 40 | 17 | 4 | 510 | 116 | 120 |
| Binary | 11110100 | 10100101 | 11001111 | 0 | 100000 | 1111 | 100 | 101001000 | 1001110 | 1010000 |
Color Harmonies of #F4A5CF
Complementary color
Monochromatic Colors of #F4A5CF
Black with #F4A5CF
Text Example
Text Example
White with #F4A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A5CF; }
p { color: rgb(244,165,207); }
H1.HeaderClassName
{
color: #F4A5CF;
}
.AnyTagClassName
{
color: #F4A5CF;
}
</style>
background-color css
<style>
a { background-color: #F4A5CF; }
a { background-color: rgb(244,165,207); }
div.DivClassName
{
background-color: #F4A5CF;
}
.BgClassName
{
background-color: #F4A5CF;
}
</style>
border-color css
<style>
span { border-color: #F4A5CF; }
span { border-color: rgb(244,165,207); }
td.TdClassName
{
border-color: #F4A5CF;
}
.TagClassName
{
border-color: #F4A5CF;
}
</style>