Shades of Lavender Rose #F8A2F8
Tints of Lavender Rose #F8A2F8
RGB
CMYK
RGB Variations
Color information
#F8A2F8 (or 0xF8A2F8) is known color: Lavender Rose. HEX triplet: F8, A2 and F8. RGB value is (248,162,248). Sum of RGB (Red+Green+Blue) = 248+162+248=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 162 (63.67% from 255 or 24.62% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F8A2F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A2F8 is #075D07. Grayscale: #C5C5C5. Windows color (decimal): -482568 or 16294648. OLE color: 16294648.
HSL color Cylindrical-coordinate representation of color #F8A2F8: hue angle of 300º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A2F8 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 162 | 248 | - |
| CMYK | 0 | 0.35 | 0 | 0.03 |
| HSL | 300º | 0.86% | 0.8% | - |
| HSV(B) | 300º | 0.35% | 0.97% | - |
| XYZ | 68.58 | 52.57 | 95.34 | - |
| YUV | 197.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 162 | 248 | 0 | 0.35 | 0 | 0.03 | 300 | 0.86 | 0.8 |
| Hex | F8 | A2 | F8 | 0 | 23 | 0 | 3 | 12C | 56 | 50 |
| Octal | 370 | 242 | 370 | 0 | 43 | 0 | 3 | 454 | 126 | 120 |
| Binary | 11111000 | 10100010 | 11111000 | 0 | 100011 | 0 | 11 | 100101100 | 1010110 | 1010000 |
Color Harmonies of #F8A2F8
Complementary color
Monochromatic Colors of #F8A2F8
Black with #F8A2F8
Text Example
Text Example
White with #F8A2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A2F8; }
p { color: rgb(248,162,248); }
H1.HeaderClassName
{
color: #F8A2F8;
}
.AnyTagClassName
{
color: #F8A2F8;
}
</style>
background-color css
<style>
a { background-color: #F8A2F8; }
a { background-color: rgb(248,162,248); }
div.DivClassName
{
background-color: #F8A2F8;
}
.BgClassName
{
background-color: #F8A2F8;
}
</style>
border-color css
<style>
span { border-color: #F8A2F8; }
span { border-color: rgb(248,162,248); }
td.TdClassName
{
border-color: #F8A2F8;
}
.TagClassName
{
border-color: #F8A2F8;
}
</style>