Shades of Lavender Rose #F8A8FB
Tints of Lavender Rose #F8A8FB
RGB
CMYK
RGB Variations
Color information
#F8A8FB (or 0xF8A8FB) is known color: Lavender Rose. HEX triplet: F8, A8 and FB. RGB value is (248,168,251). Sum of RGB (Red+Green+Blue) = 248+168+251=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 168 (66.02% from 255 or 25.19% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8A8FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A8FB is #075704. Grayscale: #C9C9C9. Windows color (decimal): -481029 or 16492792. OLE color: 16492792.
HSL color Cylindrical-coordinate representation of color #F8A8FB: hue angle of 297.83º 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 #F8A8FB is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 168 | 251 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.02 |
| HSL | 297.83º | 0.91% | 0.82% | - |
| HSV(B) | 297.83º | 0.33% | 0.98% | - |
| XYZ | 70.13 | 54.93 | 98.17 | - |
| YUV | 201.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 251 | 0.01 | 0.33 | 0 | 0.02 | 297.83 | 0.91 | 0.82 |
| Hex | F8 | A8 | FB | 1 | 21 | 0 | 2 | 12A | 5B | 52 |
| Octal | 370 | 250 | 373 | 1 | 41 | 0 | 2 | 452 | 133 | 122 |
| Binary | 11111000 | 10101000 | 11111011 | 1 | 100001 | 0 | 10 | 100101010 | 1011011 | 1010010 |
Color Harmonies of #F8A8FB
Complementary color
Monochromatic Colors of #F8A8FB
Black with #F8A8FB
Text Example
Text Example
White with #F8A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8FB; }
p { color: rgb(248,168,251); }
H1.HeaderClassName
{
color: #F8A8FB;
}
.AnyTagClassName
{
color: #F8A8FB;
}
</style>
background-color css
<style>
a { background-color: #F8A8FB; }
a { background-color: rgb(248,168,251); }
div.DivClassName
{
background-color: #F8A8FB;
}
.BgClassName
{
background-color: #F8A8FB;
}
</style>
border-color css
<style>
span { border-color: #F8A8FB; }
span { border-color: rgb(248,168,251); }
td.TdClassName
{
border-color: #F8A8FB;
}
.TagClassName
{
border-color: #F8A8FB;
}
</style>