Shades of Lavender Rose #F8A6F9
Tints of Lavender Rose #F8A6F9
RGB
CMYK
RGB Variations
Color information
#F8A6F9 (or 0xF8A6F9) is known color: Lavender Rose. HEX triplet: F8, A6 and F9. RGB value is (248,166,249). Sum of RGB (Red+Green+Blue) = 248+166+249=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 166 (65.23% from 255 or 25.04% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8A6F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A6F9 is #075906. Grayscale: #C7C7C7. Windows color (decimal): -481543 or 16361208. OLE color: 16361208.
HSL color Cylindrical-coordinate representation of color #F8A6F9: hue angle of 299.28º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6F9 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 166 | 249 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.02 |
| HSL | 299.28º | 0.87% | 0.81% | - |
| HSV(B) | 299.28º | 0.33% | 0.98% | - |
| XYZ | 69.45 | 54.07 | 96.4 | - |
| YUV | 199.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 249 | 0.00 | 0.33 | 0 | 0.02 | 299.28 | 0.87 | 0.81 |
| Hex | F8 | A6 | F9 | 0 | 21 | 0 | 2 | 12B | 57 | 51 |
| Octal | 370 | 246 | 371 | 0 | 41 | 0 | 2 | 453 | 127 | 121 |
| Binary | 11111000 | 10100110 | 11111001 | 0 | 100001 | 0 | 10 | 100101011 | 1010111 | 1010001 |
Color Harmonies of #F8A6F9
Complementary color
Monochromatic Colors of #F8A6F9
Black with #F8A6F9
Text Example
Text Example
White with #F8A6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6F9; }
p { color: rgb(248,166,249); }
H1.HeaderClassName
{
color: #F8A6F9;
}
.AnyTagClassName
{
color: #F8A6F9;
}
</style>
background-color css
<style>
a { background-color: #F8A6F9; }
a { background-color: rgb(248,166,249); }
div.DivClassName
{
background-color: #F8A6F9;
}
.BgClassName
{
background-color: #F8A6F9;
}
</style>
border-color css
<style>
span { border-color: #F8A6F9; }
span { border-color: rgb(248,166,249); }
td.TdClassName
{
border-color: #F8A6F9;
}
.TagClassName
{
border-color: #F8A6F9;
}
</style>