Shades of Lavender Pink #F1ACD8
Tints of Lavender Pink #F1ACD8
RGB
CMYK
RGB Variations
Color information
#F1ACD8 (or 0xF1ACD8) is known color: Lavender Pink. HEX triplet: F1, AC and D8. RGB value is (241,172,216). Sum of RGB (Red+Green+Blue) = 241+172+216=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACD8 is #0E5327. Grayscale: #C5C5C5. Windows color (decimal): -938792 or 14200049. OLE color: 14200049.
HSL color Cylindrical-coordinate representation of color #F1ACD8: hue angle of 321.74º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ACD8 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 172 | 216 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.05 |
| HSL | 321.74º | 0.71% | 0.81% | - |
| HSV(B) | 321.74º | 0.29% | 0.95% | - |
| XYZ | 63.42 | 53.16 | 71.88 | - |
| YUV | 197.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 216 | 0 | 0.29 | 0.10 | 0.05 | 321.74 | 0.71 | 0.81 |
| Hex | F1 | AC | D8 | 0 | 1D | A | 5 | 142 | 47 | 51 |
| Octal | 361 | 254 | 330 | 0 | 35 | 12 | 5 | 502 | 107 | 121 |
| Binary | 11110001 | 10101100 | 11011000 | 0 | 11101 | 1010 | 101 | 101000010 | 1000111 | 1010001 |
Color Harmonies of #F1ACD8
Complementary color
Monochromatic Colors of #F1ACD8
Black with #F1ACD8
Text Example
Text Example
White with #F1ACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACD8; }
p { color: rgb(241,172,216); }
H1.HeaderClassName
{
color: #F1ACD8;
}
.AnyTagClassName
{
color: #F1ACD8;
}
</style>
background-color css
<style>
a { background-color: #F1ACD8; }
a { background-color: rgb(241,172,216); }
div.DivClassName
{
background-color: #F1ACD8;
}
.BgClassName
{
background-color: #F1ACD8;
}
</style>
border-color css
<style>
span { border-color: #F1ACD8; }
span { border-color: rgb(241,172,216); }
td.TdClassName
{
border-color: #F1ACD8;
}
.TagClassName
{
border-color: #F1ACD8;
}
</style>