Shades of Lavender Pink #F4A9CD
Tints of Lavender Pink #F4A9CD
RGB
CMYK
RGB Variations
Color information
#F4A9CD (or 0xF4A9CD) is known color: Lavender Pink. HEX triplet: F4, A9 and CD. RGB value is (244,169,205). Sum of RGB (Red+Green+Blue) = 244+169+205=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A9CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A9CD is #0B5632. Grayscale: #C3C3C3. Windows color (decimal): -742963 or 13478388. OLE color: 13478388.
HSL color Cylindrical-coordinate representation of color #F4A9CD: hue angle of 331.2º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A9CD is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 169 | 205 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.04 |
| HSL | 331.2º | 0.77% | 0.81% | - |
| HSV(B) | 331.2º | 0.31% | 0.96% | - |
| XYZ | 62.52 | 52.02 | 64.5 | - |
| YUV | 195.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 169 | 205 | 0 | 0.31 | 0.16 | 0.04 | 331.2 | 0.77 | 0.81 |
| Hex | F4 | A9 | CD | 0 | 1F | 10 | 4 | 14B | 4D | 51 |
| Octal | 364 | 251 | 315 | 0 | 37 | 20 | 4 | 513 | 115 | 121 |
| Binary | 11110100 | 10101001 | 11001101 | 0 | 11111 | 10000 | 100 | 101001011 | 1001101 | 1010001 |
Color Harmonies of #F4A9CD
Complementary color
Monochromatic Colors of #F4A9CD
Black with #F4A9CD
Text Example
Text Example
White with #F4A9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A9CD; }
p { color: rgb(244,169,205); }
H1.HeaderClassName
{
color: #F4A9CD;
}
.AnyTagClassName
{
color: #F4A9CD;
}
</style>
background-color css
<style>
a { background-color: #F4A9CD; }
a { background-color: rgb(244,169,205); }
div.DivClassName
{
background-color: #F4A9CD;
}
.BgClassName
{
background-color: #F4A9CD;
}
</style>
border-color css
<style>
span { border-color: #F4A9CD; }
span { border-color: rgb(244,169,205); }
td.TdClassName
{
border-color: #F4A9CD;
}
.TagClassName
{
border-color: #F4A9CD;
}
</style>