Shades of Lavender Rose #F8A9DB
Tints of Lavender Rose #F8A9DB
RGB
CMYK
RGB Variations
Color information
#F8A9DB (or 0xF8A9DB) is known color: Lavender Rose. HEX triplet: F8, A9 and DB. RGB value is (248,169,219). Sum of RGB (Red+Green+Blue) = 248+169+219=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9DB is #075624. Grayscale: #C6C6C6. Windows color (decimal): -480805 or 14395896. OLE color: 14395896.
HSL color Cylindrical-coordinate representation of color #F8A9DB: hue angle of 322.03º 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 #F8A9DB is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 219 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.03 |
| HSL | 322.03º | 0.85% | 0.82% | - |
| HSV(B) | 322.03º | 0.32% | 0.97% | - |
| XYZ | 65.69 | 53.45 | 73.87 | - |
| YUV | 198.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 219 | 0 | 0.32 | 0.12 | 0.03 | 322.03 | 0.85 | 0.82 |
| Hex | F8 | A9 | DB | 0 | 20 | C | 3 | 142 | 55 | 52 |
| Octal | 370 | 251 | 333 | 0 | 40 | 14 | 3 | 502 | 125 | 122 |
| Binary | 11111000 | 10101001 | 11011011 | 0 | 100000 | 1100 | 11 | 101000010 | 1010101 | 1010010 |
Color Harmonies of #F8A9DB
Complementary color
Monochromatic Colors of #F8A9DB
Black with #F8A9DB
Text Example
Text Example
White with #F8A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9DB; }
p { color: rgb(248,169,219); }
H1.HeaderClassName
{
color: #F8A9DB;
}
.AnyTagClassName
{
color: #F8A9DB;
}
</style>
background-color css
<style>
a { background-color: #F8A9DB; }
a { background-color: rgb(248,169,219); }
div.DivClassName
{
background-color: #F8A9DB;
}
.BgClassName
{
background-color: #F8A9DB;
}
</style>
border-color css
<style>
span { border-color: #F8A9DB; }
span { border-color: rgb(248,169,219); }
td.TdClassName
{
border-color: #F8A9DB;
}
.TagClassName
{
border-color: #F8A9DB;
}
</style>