Shades of Lavender Rose #FFA0F8
Tints of Lavender Rose #FFA0F8
RGB
CMYK
RGB Variations
Color information
#FFA0F8 (or 0xFFA0F8) is known color: Lavender Rose. HEX triplet: FF, A0 and F8. RGB value is (255,160,248). Sum of RGB (Red+Green+Blue) = 255+160+248=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 160 (62.89% from 255 or 24.13% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0F8 is #005F07. Grayscale: #C6C6C6. Windows color (decimal): -24328 or 16294143. OLE color: 16294143.
HSL color Cylindrical-coordinate representation of color #FFA0F8: hue angle of 304.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0F8 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 248 | - |
| CMYK | 0 | 0.37 | 0.03 | 0 |
| HSL | 304.42º | 1% | 0.81% | - |
| HSV(B) | 304.42º | 0.37% | 1% | - |
| XYZ | 70.75 | 53.18 | 95.34 | - |
| YUV | 198.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 248 | 0 | 0.37 | 0.03 | 0 | 304.42 | 1 | 0.81 |
| Hex | FF | A0 | F8 | 0 | 25 | 3 | 0 | 130 | 64 | 51 |
| Octal | 377 | 240 | 370 | 0 | 45 | 3 | 0 | 460 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11111000 | 0 | 100101 | 11 | 0 | 100110000 | 1100100 | 1010001 |
Color Harmonies of #FFA0F8
Complementary color
Monochromatic Colors of #FFA0F8
Black with #FFA0F8
Text Example
Text Example
White with #FFA0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0F8; }
p { color: rgb(255,160,248); }
H1.HeaderClassName
{
color: #FFA0F8;
}
.AnyTagClassName
{
color: #FFA0F8;
}
</style>
background-color css
<style>
a { background-color: #FFA0F8; }
a { background-color: rgb(255,160,248); }
div.DivClassName
{
background-color: #FFA0F8;
}
.BgClassName
{
background-color: #FFA0F8;
}
</style>
border-color css
<style>
span { border-color: #FFA0F8; }
span { border-color: rgb(255,160,248); }
td.TdClassName
{
border-color: #FFA0F8;
}
.TagClassName
{
border-color: #FFA0F8;
}
</style>