Shades of Lavender Rose #F8A2FB
Tints of Lavender Rose #F8A2FB
RGB
CMYK
RGB Variations
Color information
#F8A2FB (or 0xF8A2FB) is known color: Lavender Rose. HEX triplet: F8, A2 and FB. RGB value is (248,162,251). Sum of RGB (Red+Green+Blue) = 248+162+251=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 162 (63.67% from 255 or 24.51% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8A2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A2FB is #075D04. Grayscale: #C5C5C5. Windows color (decimal): -482565 or 16491256. OLE color: 16491256.
HSL color Cylindrical-coordinate representation of color #F8A2FB: hue angle of 297.98º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A2FB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 162 | 251 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.02 |
| HSL | 297.98º | 0.92% | 0.81% | - |
| HSV(B) | 297.98º | 0.35% | 0.98% | - |
| XYZ | 69.04 | 52.76 | 97.81 | - |
| YUV | 197.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 251 | 0.01 | 0.35 | 0 | 0.02 | 297.98 | 0.92 | 0.81 |
| Hex | F8 | A2 | FB | 1 | 23 | 0 | 2 | 12A | 5C | 51 |
| Octal | 370 | 242 | 373 | 1 | 43 | 0 | 2 | 452 | 134 | 121 |
| Binary | 11111000 | 10100010 | 11111011 | 1 | 100011 | 0 | 10 | 100101010 | 1011100 | 1010001 |
Color Harmonies of #F8A2FB
Complementary color
Monochromatic Colors of #F8A2FB
Black with #F8A2FB
Text Example
Text Example
White with #F8A2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A2FB; }
p { color: rgb(248,162,251); }
H1.HeaderClassName
{
color: #F8A2FB;
}
.AnyTagClassName
{
color: #F8A2FB;
}
</style>
background-color css
<style>
a { background-color: #F8A2FB; }
a { background-color: rgb(248,162,251); }
div.DivClassName
{
background-color: #F8A2FB;
}
.BgClassName
{
background-color: #F8A2FB;
}
</style>
border-color css
<style>
span { border-color: #F8A2FB; }
span { border-color: rgb(248,162,251); }
td.TdClassName
{
border-color: #F8A2FB;
}
.TagClassName
{
border-color: #F8A2FB;
}
</style>