Shades of Lavender Rose #F8ACDD
Tints of Lavender Rose #F8ACDD
RGB
CMYK
RGB Variations
Color information
#F8ACDD (or 0xF8ACDD) is known color: Lavender Rose. HEX triplet: F8, AC and DD. RGB value is (248,172,221). Sum of RGB (Red+Green+Blue) = 248+172+221=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACDD is #075322. Grayscale: #C8C8C8. Windows color (decimal): -480035 or 14527736. OLE color: 14527736.
HSL color Cylindrical-coordinate representation of color #F8ACDD: hue angle of 321.32º 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 #F8ACDD is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 172 | 221 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.03 |
| HSL | 321.32º | 0.84% | 0.82% | - |
| HSV(B) | 321.32º | 0.31% | 0.97% | - |
| XYZ | 66.52 | 54.68 | 75.46 | - |
| YUV | 200.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 172 | 221 | 0 | 0.31 | 0.11 | 0.03 | 321.32 | 0.84 | 0.82 |
| Hex | F8 | AC | DD | 0 | 1F | B | 3 | 141 | 54 | 52 |
| Octal | 370 | 254 | 335 | 0 | 37 | 13 | 3 | 501 | 124 | 122 |
| Binary | 11111000 | 10101100 | 11011101 | 0 | 11111 | 1011 | 11 | 101000001 | 1010100 | 1010010 |
Color Harmonies of #F8ACDD
Complementary color
Monochromatic Colors of #F8ACDD
Black with #F8ACDD
Text Example
Text Example
White with #F8ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ACDD; }
p { color: rgb(248,172,221); }
H1.HeaderClassName
{
color: #F8ACDD;
}
.AnyTagClassName
{
color: #F8ACDD;
}
</style>
background-color css
<style>
a { background-color: #F8ACDD; }
a { background-color: rgb(248,172,221); }
div.DivClassName
{
background-color: #F8ACDD;
}
.BgClassName
{
background-color: #F8ACDD;
}
</style>
border-color css
<style>
span { border-color: #F8ACDD; }
span { border-color: rgb(248,172,221); }
td.TdClassName
{
border-color: #F8ACDD;
}
.TagClassName
{
border-color: #F8ACDD;
}
</style>