Shades of Lavender Pink #F8ACD3
Tints of Lavender Pink #F8ACD3
RGB
CMYK
RGB Variations
Color information
#F8ACD3 (or 0xF8ACD3) is known color: Lavender Pink. HEX triplet: F8, AC and D3. RGB value is (248,172,211). Sum of RGB (Red+Green+Blue) = 248+172+211=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACD3 is #07532C. Grayscale: #C7C7C7. Windows color (decimal): -480045 or 13872376. OLE color: 13872376.
HSL color Cylindrical-coordinate representation of color #F8ACD3: hue angle of 329.21º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ACD3 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 172 | 211 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.03 |
| HSL | 329.21º | 0.84% | 0.82% | - |
| HSV(B) | 329.21º | 0.31% | 0.97% | - |
| XYZ | 65.22 | 54.16 | 68.65 | - |
| YUV | 199.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 172 | 211 | 0 | 0.31 | 0.15 | 0.03 | 329.21 | 0.84 | 0.82 |
| Hex | F8 | AC | D3 | 0 | 1F | F | 3 | 149 | 54 | 52 |
| Octal | 370 | 254 | 323 | 0 | 37 | 17 | 3 | 511 | 124 | 122 |
| Binary | 11111000 | 10101100 | 11010011 | 0 | 11111 | 1111 | 11 | 101001001 | 1010100 | 1010010 |
Color Harmonies of #F8ACD3
Complementary color
Monochromatic Colors of #F8ACD3
Black with #F8ACD3
Text Example
Text Example
White with #F8ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ACD3; }
p { color: rgb(248,172,211); }
H1.HeaderClassName
{
color: #F8ACD3;
}
.AnyTagClassName
{
color: #F8ACD3;
}
</style>
background-color css
<style>
a { background-color: #F8ACD3; }
a { background-color: rgb(248,172,211); }
div.DivClassName
{
background-color: #F8ACD3;
}
.BgClassName
{
background-color: #F8ACD3;
}
</style>
border-color css
<style>
span { border-color: #F8ACD3; }
span { border-color: rgb(248,172,211); }
td.TdClassName
{
border-color: #F8ACD3;
}
.TagClassName
{
border-color: #F8ACD3;
}
</style>