Shades of Lavender Rose #F8A1DB
Tints of Lavender Rose #F8A1DB
RGB
CMYK
RGB Variations
Color information
#F8A1DB (or 0xF8A1DB) is known color: Lavender Rose. HEX triplet: F8, A1 and DB. RGB value is (248,161,219). Sum of RGB (Red+Green+Blue) = 248+161+219=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 161 (63.28% from 255 or 25.64% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A1DB is #075E24. Grayscale: #C1C1C1. Windows color (decimal): -482853 or 14393848. OLE color: 14393848.
HSL color Cylindrical-coordinate representation of color #F8A1DB: hue angle of 320º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A1DB is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 219 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.03 |
| HSL | 320º | 0.86% | 0.8% | - |
| HSV(B) | 320º | 0.35% | 0.97% | - |
| XYZ | 64.24 | 50.56 | 73.39 | - |
| YUV | 193.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 219 | 0 | 0.35 | 0.12 | 0.03 | 320 | 0.86 | 0.8 |
| Hex | F8 | A1 | DB | 0 | 23 | C | 3 | 140 | 56 | 50 |
| Octal | 370 | 241 | 333 | 0 | 43 | 14 | 3 | 500 | 126 | 120 |
| Binary | 11111000 | 10100001 | 11011011 | 0 | 100011 | 1100 | 11 | 101000000 | 1010110 | 1010000 |
Color Harmonies of #F8A1DB
Complementary color
Monochromatic Colors of #F8A1DB
Black with #F8A1DB
Text Example
Text Example
White with #F8A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A1DB; }
p { color: rgb(248,161,219); }
H1.HeaderClassName
{
color: #F8A1DB;
}
.AnyTagClassName
{
color: #F8A1DB;
}
</style>
background-color css
<style>
a { background-color: #F8A1DB; }
a { background-color: rgb(248,161,219); }
div.DivClassName
{
background-color: #F8A1DB;
}
.BgClassName
{
background-color: #F8A1DB;
}
</style>
border-color css
<style>
span { border-color: #F8A1DB; }
span { border-color: rgb(248,161,219); }
td.TdClassName
{
border-color: #F8A1DB;
}
.TagClassName
{
border-color: #F8A1DB;
}
</style>