Shades of Lavender Rose #F8A1DA
Tints of Lavender Rose #F8A1DA
RGB
CMYK
RGB Variations
Color information
#F8A1DA (or 0xF8A1DA) is known color: Lavender Rose. HEX triplet: F8, A1 and DA. RGB value is (248,161,218). Sum of RGB (Red+Green+Blue) = 248+161+218=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A1DA is #075E25. Grayscale: #C1C1C1. Windows color (decimal): -482854 or 14328312. OLE color: 14328312.
HSL color Cylindrical-coordinate representation of color #F8A1DA: hue angle of 320.69º 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 #F8A1DA is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 218 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.03 |
| HSL | 320.69º | 0.86% | 0.8% | - |
| HSV(B) | 320.69º | 0.35% | 0.97% | - |
| XYZ | 64.11 | 50.51 | 72.7 | - |
| YUV | 193.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 218 | 0 | 0.35 | 0.12 | 0.03 | 320.69 | 0.86 | 0.8 |
| Hex | F8 | A1 | DA | 0 | 23 | C | 3 | 141 | 56 | 50 |
| Octal | 370 | 241 | 332 | 0 | 43 | 14 | 3 | 501 | 126 | 120 |
| Binary | 11111000 | 10100001 | 11011010 | 0 | 100011 | 1100 | 11 | 101000001 | 1010110 | 1010000 |
Color Harmonies of #F8A1DA
Complementary color
Monochromatic Colors of #F8A1DA
Black with #F8A1DA
Text Example
Text Example
White with #F8A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A1DA; }
p { color: rgb(248,161,218); }
H1.HeaderClassName
{
color: #F8A1DA;
}
.AnyTagClassName
{
color: #F8A1DA;
}
</style>
background-color css
<style>
a { background-color: #F8A1DA; }
a { background-color: rgb(248,161,218); }
div.DivClassName
{
background-color: #F8A1DA;
}
.BgClassName
{
background-color: #F8A1DA;
}
</style>
border-color css
<style>
span { border-color: #F8A1DA; }
span { border-color: rgb(248,161,218); }
td.TdClassName
{
border-color: #F8A1DA;
}
.TagClassName
{
border-color: #F8A1DA;
}
</style>