Shades of Lavender Pink #F4ACDA
Tints of Lavender Pink #F4ACDA
RGB
CMYK
RGB Variations
Color information
#F4ACDA (or 0xF4ACDA) is known color: Lavender Pink. HEX triplet: F4, AC and DA. RGB value is (244,172,218). Sum of RGB (Red+Green+Blue) = 244+172+218=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACDA is #0B5325. Grayscale: #C6C6C6. Windows color (decimal): -742182 or 14331124. OLE color: 14331124.
HSL color Cylindrical-coordinate representation of color #F4ACDA: hue angle of 321.67º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ACDA is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 172 | 218 | - |
CMYK | 0 | 0.30 | 0.11 | 0.04 |
HSL | 321.67º | 0.77% | 0.82% | - |
HSV(B) | 321.67º | 0.3% | 0.96% | - |
XYZ | 64.72 | 53.8 | 73.3 | - |
YUV | 198.77 | 138.85 | 160.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 172 | 218 | 0 | 0.30 | 0.11 | 0.04 | 321.67 | 0.77 | 0.82 |
Hex | F4 | AC | DA | 0 | 1E | B | 4 | 142 | 4D | 52 |
Octal | 364 | 254 | 332 | 0 | 36 | 13 | 4 | 502 | 115 | 122 |
Binary | 11110100 | 10101100 | 11011010 | 0 | 11110 | 1011 | 100 | 101000010 | 1001101 | 1010010 |
Color Harmonies of #F4ACDA
Complementary color
Monochromatic Colors of #F4ACDA
Black with #F4ACDA
Text Example
Text Example
White with #F4ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACDA; }
p { color: rgb(244,172,218); }
H1.HeaderClassName
{
color: #F4ACDA;
}
.AnyTagClassName
{
color: #F4ACDA;
}
</style>
background-color css
<style>
a { background-color: #F4ACDA; }
a { background-color: rgb(244,172,218); }
div.DivClassName
{
background-color: #F4ACDA;
}
.BgClassName
{
background-color: #F4ACDA;
}
</style>
border-color css
<style>
span { border-color: #F4ACDA; }
span { border-color: rgb(244,172,218); }
td.TdClassName
{
border-color: #F4ACDA;
}
.TagClassName
{
border-color: #F4ACDA;
}
</style>