Shades of Lavender Rose #FFA0FC
Tints of Lavender Rose #FFA0FC
RGB
CMYK
RGB Variations
Color information
#FFA0FC (or 0xFFA0FC) is known color: Lavender Rose. HEX triplet: FF, A0 and FC. RGB value is (255,160,252). Sum of RGB (Red+Green+Blue) = 255+160+252=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 160 (62.89% from 255 or 23.99% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0FC is #005F03. Grayscale: #C6C6C6. Windows color (decimal): -24324 or 16556287. OLE color: 16556287.
HSL color Cylindrical-coordinate representation of color #FFA0FC: hue angle of 301.89º 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 #FFA0FC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 252 | - |
| CMYK | 0 | 0.37 | 0.01 | 0 |
| HSL | 301.89º | 1% | 0.81% | - |
| HSV(B) | 301.89º | 0.37% | 1% | - |
| XYZ | 71.38 | 53.43 | 98.65 | - |
| YUV | 198.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 252 | 0 | 0.37 | 0.01 | 0 | 301.89 | 1 | 0.81 |
| Hex | FF | A0 | FC | 0 | 25 | 1 | 0 | 12E | 64 | 51 |
| Octal | 377 | 240 | 374 | 0 | 45 | 1 | 0 | 456 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11111100 | 0 | 100101 | 1 | 0 | 100101110 | 1100100 | 1010001 |
Color Harmonies of #FFA0FC
Complementary color
Monochromatic Colors of #FFA0FC
Black with #FFA0FC
Text Example
Text Example
White with #FFA0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0FC; }
p { color: rgb(255,160,252); }
H1.HeaderClassName
{
color: #FFA0FC;
}
.AnyTagClassName
{
color: #FFA0FC;
}
</style>
background-color css
<style>
a { background-color: #FFA0FC; }
a { background-color: rgb(255,160,252); }
div.DivClassName
{
background-color: #FFA0FC;
}
.BgClassName
{
background-color: #FFA0FC;
}
</style>
border-color css
<style>
span { border-color: #FFA0FC; }
span { border-color: rgb(255,160,252); }
td.TdClassName
{
border-color: #FFA0FC;
}
.TagClassName
{
border-color: #FFA0FC;
}
</style>