Shades of Lavender Pink #F5ACD4
Tints of Lavender Pink #F5ACD4
RGB
CMYK
RGB Variations
Color information
#F5ACD4 (or 0xF5ACD4) is known color: Lavender Pink. HEX triplet: F5, AC and D4. RGB value is (245,172,212). Sum of RGB (Red+Green+Blue) = 245+172+212=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACD4 is #0A532B. Grayscale: #C6C6C6. Windows color (decimal): -676652 or 13937909. OLE color: 13937909.
HSL color Cylindrical-coordinate representation of color #F5ACD4: hue angle of 327.12º degrees, saturation: 0.78, 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 #F5ACD4 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 212 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.04 |
| HSL | 327.12º | 0.78% | 0.82% | - |
| HSV(B) | 327.12º | 0.3% | 0.96% | - |
| XYZ | 64.29 | 53.67 | 69.26 | - |
| YUV | 198.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 212 | 0 | 0.30 | 0.13 | 0.04 | 327.12 | 0.78 | 0.82 |
| Hex | F5 | AC | D4 | 0 | 1E | D | 4 | 147 | 4E | 52 |
| Octal | 365 | 254 | 324 | 0 | 36 | 15 | 4 | 507 | 116 | 122 |
| Binary | 11110101 | 10101100 | 11010100 | 0 | 11110 | 1101 | 100 | 101000111 | 1001110 | 1010010 |
Color Harmonies of #F5ACD4
Complementary color
Monochromatic Colors of #F5ACD4
Black with #F5ACD4
Text Example
Text Example
White with #F5ACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ACD4; }
p { color: rgb(245,172,212); }
H1.HeaderClassName
{
color: #F5ACD4;
}
.AnyTagClassName
{
color: #F5ACD4;
}
</style>
background-color css
<style>
a { background-color: #F5ACD4; }
a { background-color: rgb(245,172,212); }
div.DivClassName
{
background-color: #F5ACD4;
}
.BgClassName
{
background-color: #F5ACD4;
}
</style>
border-color css
<style>
span { border-color: #F5ACD4; }
span { border-color: rgb(245,172,212); }
td.TdClassName
{
border-color: #F5ACD4;
}
.TagClassName
{
border-color: #F5ACD4;
}
</style>