Shades of Lavender Rose #FFA2F8
Tints of Lavender Rose #FFA2F8
RGB
CMYK
RGB Variations
Color information
#FFA2F8 (or 0xFFA2F8) is known color: Lavender Rose. HEX triplet: FF, A2 and F8. RGB value is (255,162,248). Sum of RGB (Red+Green+Blue) = 255+162+248=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 162 (63.67% from 255 or 24.36% from 665); Blue value is 248 (97.27% from 255 or 37.29% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2F8 is #005D07. Grayscale: #C7C7C7. Windows color (decimal): -23816 or 16294655. OLE color: 16294655.
HSL color Cylindrical-coordinate representation of color #FFA2F8: hue angle of 304.52º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2F8 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 248 | - |
| CMYK | 0 | 0.36 | 0.03 | 0 |
| HSL | 304.52º | 1% | 0.82% | - |
| HSV(B) | 304.52º | 0.36% | 1% | - |
| XYZ | 71.1 | 53.88 | 95.46 | - |
| YUV | 199.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 248 | 0 | 0.36 | 0.03 | 0 | 304.52 | 1 | 0.82 |
| Hex | FF | A2 | F8 | 0 | 24 | 3 | 0 | 131 | 64 | 52 |
| Octal | 377 | 242 | 370 | 0 | 44 | 3 | 0 | 461 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11111000 | 0 | 100100 | 11 | 0 | 100110001 | 1100100 | 1010010 |
Color Harmonies of #FFA2F8
Complementary color
Monochromatic Colors of #FFA2F8
Black with #FFA2F8
Text Example
Text Example
White with #FFA2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2F8; }
p { color: rgb(255,162,248); }
H1.HeaderClassName
{
color: #FFA2F8;
}
.AnyTagClassName
{
color: #FFA2F8;
}
</style>
background-color css
<style>
a { background-color: #FFA2F8; }
a { background-color: rgb(255,162,248); }
div.DivClassName
{
background-color: #FFA2F8;
}
.BgClassName
{
background-color: #FFA2F8;
}
</style>
border-color css
<style>
span { border-color: #FFA2F8; }
span { border-color: rgb(255,162,248); }
td.TdClassName
{
border-color: #FFA2F8;
}
.TagClassName
{
border-color: #FFA2F8;
}
</style>