Shades of Lavender Rose #F7A8FB
Tints of Lavender Rose #F7A8FB
RGB
CMYK
RGB Variations
Color information
#F7A8FB (or 0xF7A8FB) is known color: Lavender Rose. HEX triplet: F7, A8 and FB. RGB value is (247,168,251). Sum of RGB (Red+Green+Blue) = 247+168+251=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 168 (66.02% from 255 or 25.23% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7A8FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A8FB is #085704. Grayscale: #C8C8C8. Windows color (decimal): -546565 or 16492791. OLE color: 16492791.
HSL color Cylindrical-coordinate representation of color #F7A8FB: hue angle of 297.11º degrees, saturation: 0.91, 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 #F7A8FB is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 168 | 251 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.02 |
| HSL | 297.11º | 0.91% | 0.82% | - |
| HSV(B) | 297.11º | 0.33% | 0.98% | - |
| XYZ | 69.77 | 54.74 | 98.16 | - |
| YUV | 201.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 251 | 0.02 | 0.33 | 0 | 0.02 | 297.11 | 0.91 | 0.82 |
| Hex | F7 | A8 | FB | 2 | 21 | 0 | 2 | 129 | 5B | 52 |
| Octal | 367 | 250 | 373 | 2 | 41 | 0 | 2 | 451 | 133 | 122 |
| Binary | 11110111 | 10101000 | 11111011 | 10 | 100001 | 0 | 10 | 100101001 | 1011011 | 1010010 |
Color Harmonies of #F7A8FB
Complementary color
Monochromatic Colors of #F7A8FB
Black with #F7A8FB
Text Example
Text Example
White with #F7A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A8FB; }
p { color: rgb(247,168,251); }
H1.HeaderClassName
{
color: #F7A8FB;
}
.AnyTagClassName
{
color: #F7A8FB;
}
</style>
background-color css
<style>
a { background-color: #F7A8FB; }
a { background-color: rgb(247,168,251); }
div.DivClassName
{
background-color: #F7A8FB;
}
.BgClassName
{
background-color: #F7A8FB;
}
</style>
border-color css
<style>
span { border-color: #F7A8FB; }
span { border-color: rgb(247,168,251); }
td.TdClassName
{
border-color: #F7A8FB;
}
.TagClassName
{
border-color: #F7A8FB;
}
</style>