Shades of Lavender Rose #F8A0DF
Tints of Lavender Rose #F8A0DF
RGB
CMYK
RGB Variations
Color information
#F8A0DF (or 0xF8A0DF) is known color: Lavender Rose. HEX triplet: F8, A0 and DF. RGB value is (248,160,223). Sum of RGB (Red+Green+Blue) = 248+160+223=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0DF is #075F20. Grayscale: #C1C1C1. Windows color (decimal): -483105 or 14655736. OLE color: 14655736.
HSL color Cylindrical-coordinate representation of color #F8A0DF: hue angle of 317.05º 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 #F8A0DF is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 223 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.03 |
| HSL | 317.05º | 0.86% | 0.8% | - |
| HSV(B) | 317.05º | 0.35% | 0.97% | - |
| XYZ | 64.6 | 50.43 | 76.14 | - |
| YUV | 193.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 223 | 0 | 0.35 | 0.10 | 0.03 | 317.05 | 0.86 | 0.8 |
| Hex | F8 | A0 | DF | 0 | 23 | A | 3 | 13D | 56 | 50 |
| Octal | 370 | 240 | 337 | 0 | 43 | 12 | 3 | 475 | 126 | 120 |
| Binary | 11111000 | 10100000 | 11011111 | 0 | 100011 | 1010 | 11 | 100111101 | 1010110 | 1010000 |
Color Harmonies of #F8A0DF
Complementary color
Monochromatic Colors of #F8A0DF
Black with #F8A0DF
Text Example
Text Example
White with #F8A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A0DF; }
p { color: rgb(248,160,223); }
H1.HeaderClassName
{
color: #F8A0DF;
}
.AnyTagClassName
{
color: #F8A0DF;
}
</style>
background-color css
<style>
a { background-color: #F8A0DF; }
a { background-color: rgb(248,160,223); }
div.DivClassName
{
background-color: #F8A0DF;
}
.BgClassName
{
background-color: #F8A0DF;
}
</style>
border-color css
<style>
span { border-color: #F8A0DF; }
span { border-color: rgb(248,160,223); }
td.TdClassName
{
border-color: #F8A0DF;
}
.TagClassName
{
border-color: #F8A0DF;
}
</style>