Shades of Lavender Rose #F8A4D9
Tints of Lavender Rose #F8A4D9
RGB
CMYK
RGB Variations
Color information
#F8A4D9 (or 0xF8A4D9) is known color: Lavender Rose. HEX triplet: F8, A4 and D9. RGB value is (248,164,217). Sum of RGB (Red+Green+Blue) = 248+164+217=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A4D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A4D9 is #075B26. Grayscale: #C3C3C3. Windows color (decimal): -482087 or 14263544. OLE color: 14263544.
HSL color Cylindrical-coordinate representation of color #F8A4D9: hue angle of 322.14º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A4D9 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 164 | 217 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.03 |
| HSL | 322.14º | 0.86% | 0.81% | - |
| HSV(B) | 322.14º | 0.34% | 0.97% | - |
| XYZ | 64.51 | 51.52 | 72.19 | - |
| YUV | 195.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 164 | 217 | 0 | 0.34 | 0.12 | 0.03 | 322.14 | 0.86 | 0.81 |
| Hex | F8 | A4 | D9 | 0 | 22 | C | 3 | 142 | 56 | 51 |
| Octal | 370 | 244 | 331 | 0 | 42 | 14 | 3 | 502 | 126 | 121 |
| Binary | 11111000 | 10100100 | 11011001 | 0 | 100010 | 1100 | 11 | 101000010 | 1010110 | 1010001 |
Color Harmonies of #F8A4D9
Complementary color
Monochromatic Colors of #F8A4D9
Black with #F8A4D9
Text Example
Text Example
White with #F8A4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A4D9; }
p { color: rgb(248,164,217); }
H1.HeaderClassName
{
color: #F8A4D9;
}
.AnyTagClassName
{
color: #F8A4D9;
}
</style>
background-color css
<style>
a { background-color: #F8A4D9; }
a { background-color: rgb(248,164,217); }
div.DivClassName
{
background-color: #F8A4D9;
}
.BgClassName
{
background-color: #F8A4D9;
}
</style>
border-color css
<style>
span { border-color: #F8A4D9; }
span { border-color: rgb(248,164,217); }
td.TdClassName
{
border-color: #F8A4D9;
}
.TagClassName
{
border-color: #F8A4D9;
}
</style>