Shades of Lavender Rose #FFA0FD
Tints of Lavender Rose #FFA0FD
RGB
CMYK
RGB Variations
Color information
#FFA0FD (or 0xFFA0FD) is known color: Lavender Rose. HEX triplet: FF, A0 and FD. RGB value is (255,160,253). Sum of RGB (Red+Green+Blue) = 255+160+253=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 160 (62.89% from 255 or 23.95% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0FD is #005F02. Grayscale: #C6C6C6. Windows color (decimal): -24323 or 16621823. OLE color: 16621823.
HSL color Cylindrical-coordinate representation of color #FFA0FD: hue angle of 301.26º 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 #FFA0FD is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 253 | - |
| CMYK | 0 | 0.37 | 0.01 | 0 |
| HSL | 301.26º | 1% | 0.81% | - |
| HSV(B) | 301.26º | 0.37% | 1% | - |
| XYZ | 71.54 | 53.49 | 99.48 | - |
| YUV | 199.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 253 | 0 | 0.37 | 0.01 | 0 | 301.26 | 1 | 0.81 |
| Hex | FF | A0 | FD | 0 | 25 | 1 | 0 | 12D | 64 | 51 |
| Octal | 377 | 240 | 375 | 0 | 45 | 1 | 0 | 455 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11111101 | 0 | 100101 | 1 | 0 | 100101101 | 1100100 | 1010001 |
Color Harmonies of #FFA0FD
Complementary color
Monochromatic Colors of #FFA0FD
Black with #FFA0FD
Text Example
Text Example
White with #FFA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0FD; }
p { color: rgb(255,160,253); }
H1.HeaderClassName
{
color: #FFA0FD;
}
.AnyTagClassName
{
color: #FFA0FD;
}
</style>
background-color css
<style>
a { background-color: #FFA0FD; }
a { background-color: rgb(255,160,253); }
div.DivClassName
{
background-color: #FFA0FD;
}
.BgClassName
{
background-color: #FFA0FD;
}
</style>
border-color css
<style>
span { border-color: #FFA0FD; }
span { border-color: rgb(255,160,253); }
td.TdClassName
{
border-color: #FFA0FD;
}
.TagClassName
{
border-color: #FFA0FD;
}
</style>