Shades of Lavender Rose #F8A9DC
Tints of Lavender Rose #F8A9DC
RGB
CMYK
RGB Variations
Color information
#F8A9DC (or 0xF8A9DC) is known color: Lavender Rose. HEX triplet: F8, A9 and DC. RGB value is (248,169,220). Sum of RGB (Red+Green+Blue) = 248+169+220=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9DC is #075623. Grayscale: #C6C6C6. Windows color (decimal): -480804 or 14461432. OLE color: 14461432.
HSL color Cylindrical-coordinate representation of color #F8A9DC: hue angle of 321.27º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9DC is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 220 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.03 |
| HSL | 321.27º | 0.85% | 0.82% | - |
| HSV(B) | 321.27º | 0.32% | 0.97% | - |
| XYZ | 65.82 | 53.5 | 74.57 | - |
| YUV | 198.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 220 | 0 | 0.32 | 0.11 | 0.03 | 321.27 | 0.85 | 0.82 |
| Hex | F8 | A9 | DC | 0 | 20 | B | 3 | 141 | 55 | 52 |
| Octal | 370 | 251 | 334 | 0 | 40 | 13 | 3 | 501 | 125 | 122 |
| Binary | 11111000 | 10101001 | 11011100 | 0 | 100000 | 1011 | 11 | 101000001 | 1010101 | 1010010 |
Color Harmonies of #F8A9DC
Complementary color
Monochromatic Colors of #F8A9DC
Black with #F8A9DC
Text Example
Text Example
White with #F8A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9DC; }
p { color: rgb(248,169,220); }
H1.HeaderClassName
{
color: #F8A9DC;
}
.AnyTagClassName
{
color: #F8A9DC;
}
</style>
background-color css
<style>
a { background-color: #F8A9DC; }
a { background-color: rgb(248,169,220); }
div.DivClassName
{
background-color: #F8A9DC;
}
.BgClassName
{
background-color: #F8A9DC;
}
</style>
border-color css
<style>
span { border-color: #F8A9DC; }
span { border-color: rgb(248,169,220); }
td.TdClassName
{
border-color: #F8A9DC;
}
.TagClassName
{
border-color: #F8A9DC;
}
</style>