Shades of Lavender Rose #F8A0D7
Tints of Lavender Rose #F8A0D7
RGB
CMYK
RGB Variations
Color information
#F8A0D7 (or 0xF8A0D7) is known color: Lavender Rose. HEX triplet: F8, A0 and D7. RGB value is (248,160,215). Sum of RGB (Red+Green+Blue) = 248+160+215=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0D7 is #075F28. Grayscale: #C0C0C0. Windows color (decimal): -483113 or 14131448. OLE color: 14131448.
HSL color Cylindrical-coordinate representation of color #F8A0D7: hue angle of 322.5º 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 #F8A0D7 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 215 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.03 |
| HSL | 322.5º | 0.86% | 0.8% | - |
| HSV(B) | 322.5º | 0.35% | 0.97% | - |
| XYZ | 63.55 | 50 | 70.59 | - |
| YUV | 192.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 215 | 0 | 0.35 | 0.13 | 0.03 | 322.5 | 0.86 | 0.8 |
| Hex | F8 | A0 | D7 | 0 | 23 | D | 3 | 142 | 56 | 50 |
| Octal | 370 | 240 | 327 | 0 | 43 | 15 | 3 | 502 | 126 | 120 |
| Binary | 11111000 | 10100000 | 11010111 | 0 | 100011 | 1101 | 11 | 101000010 | 1010110 | 1010000 |
Color Harmonies of #F8A0D7
Complementary color
Monochromatic Colors of #F8A0D7
Black with #F8A0D7
Text Example
Text Example
White with #F8A0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A0D7; }
p { color: rgb(248,160,215); }
H1.HeaderClassName
{
color: #F8A0D7;
}
.AnyTagClassName
{
color: #F8A0D7;
}
</style>
background-color css
<style>
a { background-color: #F8A0D7; }
a { background-color: rgb(248,160,215); }
div.DivClassName
{
background-color: #F8A0D7;
}
.BgClassName
{
background-color: #F8A0D7;
}
</style>
border-color css
<style>
span { border-color: #F8A0D7; }
span { border-color: rgb(248,160,215); }
td.TdClassName
{
border-color: #F8A0D7;
}
.TagClassName
{
border-color: #F8A0D7;
}
</style>