Shades of Lavender Rose #F8A8DF
Tints of Lavender Rose #F8A8DF
RGB
CMYK
RGB Variations
Color information
#F8A8DF (or 0xF8A8DF) is known color: Lavender Rose. HEX triplet: F8, A8 and DF. RGB value is (248,168,223). Sum of RGB (Red+Green+Blue) = 248+168+223=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A8DF is #075720. Grayscale: #C6C6C6. Windows color (decimal): -481057 or 14657784. OLE color: 14657784.
HSL color Cylindrical-coordinate representation of color #F8A8DF: hue angle of 318.75º 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 #F8A8DF is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 223 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.03 |
| HSL | 318.75º | 0.85% | 0.82% | - |
| HSV(B) | 318.75º | 0.32% | 0.97% | - |
| XYZ | 66.03 | 53.29 | 76.62 | - |
| YUV | 198.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 223 | 0 | 0.32 | 0.10 | 0.03 | 318.75 | 0.85 | 0.82 |
| Hex | F8 | A8 | DF | 0 | 20 | A | 3 | 13F | 55 | 52 |
| Octal | 370 | 250 | 337 | 0 | 40 | 12 | 3 | 477 | 125 | 122 |
| Binary | 11111000 | 10101000 | 11011111 | 0 | 100000 | 1010 | 11 | 100111111 | 1010101 | 1010010 |
Color Harmonies of #F8A8DF
Complementary color
Monochromatic Colors of #F8A8DF
Black with #F8A8DF
Text Example
Text Example
White with #F8A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8DF; }
p { color: rgb(248,168,223); }
H1.HeaderClassName
{
color: #F8A8DF;
}
.AnyTagClassName
{
color: #F8A8DF;
}
</style>
background-color css
<style>
a { background-color: #F8A8DF; }
a { background-color: rgb(248,168,223); }
div.DivClassName
{
background-color: #F8A8DF;
}
.BgClassName
{
background-color: #F8A8DF;
}
</style>
border-color css
<style>
span { border-color: #F8A8DF; }
span { border-color: rgb(248,168,223); }
td.TdClassName
{
border-color: #F8A8DF;
}
.TagClassName
{
border-color: #F8A8DF;
}
</style>