Shades of Lavender Pink #F3ACD1
Tints of Lavender Pink #F3ACD1
RGB
CMYK
RGB Variations
Color information
#F3ACD1 (or 0xF3ACD1) is known color: Lavender Pink. HEX triplet: F3, AC and D1. RGB value is (243,172,209). Sum of RGB (Red+Green+Blue) = 243+172+209=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACD1 is #0C532E. Grayscale: #C5C5C5. Windows color (decimal): -807727 or 13741299. OLE color: 13741299.
HSL color Cylindrical-coordinate representation of color #F3ACD1: hue angle of 328.73º degrees, saturation: 0.75, 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 #F3ACD1 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 209 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.05 |
| HSL | 328.73º | 0.75% | 0.81% | - |
| HSV(B) | 328.73º | 0.29% | 0.95% | - |
| XYZ | 63.22 | 53.16 | 67.25 | - |
| YUV | 197.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 209 | 0 | 0.29 | 0.14 | 0.05 | 328.73 | 0.75 | 0.81 |
| Hex | F3 | AC | D1 | 0 | 1D | E | 5 | 149 | 4B | 51 |
| Octal | 363 | 254 | 321 | 0 | 35 | 16 | 5 | 511 | 113 | 121 |
| Binary | 11110011 | 10101100 | 11010001 | 0 | 11101 | 1110 | 101 | 101001001 | 1001011 | 1010001 |
Color Harmonies of #F3ACD1
Complementary color
Monochromatic Colors of #F3ACD1
Black with #F3ACD1
Text Example
Text Example
White with #F3ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACD1; }
p { color: rgb(243,172,209); }
H1.HeaderClassName
{
color: #F3ACD1;
}
.AnyTagClassName
{
color: #F3ACD1;
}
</style>
background-color css
<style>
a { background-color: #F3ACD1; }
a { background-color: rgb(243,172,209); }
div.DivClassName
{
background-color: #F3ACD1;
}
.BgClassName
{
background-color: #F3ACD1;
}
</style>
border-color css
<style>
span { border-color: #F3ACD1; }
span { border-color: rgb(243,172,209); }
td.TdClassName
{
border-color: #F3ACD1;
}
.TagClassName
{
border-color: #F3ACD1;
}
</style>