Shades of Lavender Rose #F8A8F9
Tints of Lavender Rose #F8A8F9
RGB
CMYK
RGB Variations
Color information
#F8A8F9 (or 0xF8A8F9) is known color: Lavender Rose. HEX triplet: F8, A8 and F9. RGB value is (248,168,249). Sum of RGB (Red+Green+Blue) = 248+168+249=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 168 (66.02% from 255 or 25.26% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8A8F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A8F9 is #075706. Grayscale: #C8C8C8. Windows color (decimal): -481031 or 16361720. OLE color: 16361720.
HSL color Cylindrical-coordinate representation of color #F8A8F9: hue angle of 299.26º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A8F9 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 168 | 249 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.02 |
| HSL | 299.26º | 0.87% | 0.82% | - |
| HSV(B) | 299.26º | 0.33% | 0.98% | - |
| XYZ | 69.81 | 54.8 | 96.52 | - |
| YUV | 201.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 249 | 0.00 | 0.33 | 0 | 0.02 | 299.26 | 0.87 | 0.82 |
| Hex | F8 | A8 | F9 | 0 | 21 | 0 | 2 | 12B | 57 | 52 |
| Octal | 370 | 250 | 371 | 0 | 41 | 0 | 2 | 453 | 127 | 122 |
| Binary | 11111000 | 10101000 | 11111001 | 0 | 100001 | 0 | 10 | 100101011 | 1010111 | 1010010 |
Color Harmonies of #F8A8F9
Complementary color
Monochromatic Colors of #F8A8F9
Black with #F8A8F9
Text Example
Text Example
White with #F8A8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8F9; }
p { color: rgb(248,168,249); }
H1.HeaderClassName
{
color: #F8A8F9;
}
.AnyTagClassName
{
color: #F8A8F9;
}
</style>
background-color css
<style>
a { background-color: #F8A8F9; }
a { background-color: rgb(248,168,249); }
div.DivClassName
{
background-color: #F8A8F9;
}
.BgClassName
{
background-color: #F8A8F9;
}
</style>
border-color css
<style>
span { border-color: #F8A8F9; }
span { border-color: rgb(248,168,249); }
td.TdClassName
{
border-color: #F8A8F9;
}
.TagClassName
{
border-color: #F8A8F9;
}
</style>