Shades of Lavender Rose #FFA0F4
Tints of Lavender Rose #FFA0F4
RGB
CMYK
RGB Variations
Color information
#FFA0F4 (or 0xFFA0F4) is known color: Lavender Rose. HEX triplet: FF, A0 and F4. RGB value is (255,160,244). Sum of RGB (Red+Green+Blue) = 255+160+244=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 160 (62.89% from 255 or 24.28% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0F4 is #005F0B. Grayscale: #C5C5C5. Windows color (decimal): -24332 or 16031999. OLE color: 16031999.
HSL color Cylindrical-coordinate representation of color #FFA0F4: hue angle of 306.95º 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 #FFA0F4 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 244 | - |
| CMYK | 0 | 0.37 | 0.04 | 0 |
| HSL | 306.95º | 1% | 0.81% | - |
| HSV(B) | 306.95º | 0.37% | 1% | - |
| XYZ | 70.14 | 52.93 | 92.11 | - |
| YUV | 197.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 244 | 0 | 0.37 | 0.04 | 0 | 306.95 | 1 | 0.81 |
| Hex | FF | A0 | F4 | 0 | 25 | 4 | 0 | 133 | 64 | 51 |
| Octal | 377 | 240 | 364 | 0 | 45 | 4 | 0 | 463 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11110100 | 0 | 100101 | 100 | 0 | 100110011 | 1100100 | 1010001 |
Color Harmonies of #FFA0F4
Complementary color
Monochromatic Colors of #FFA0F4
Black with #FFA0F4
Text Example
Text Example
White with #FFA0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0F4; }
p { color: rgb(255,160,244); }
H1.HeaderClassName
{
color: #FFA0F4;
}
.AnyTagClassName
{
color: #FFA0F4;
}
</style>
background-color css
<style>
a { background-color: #FFA0F4; }
a { background-color: rgb(255,160,244); }
div.DivClassName
{
background-color: #FFA0F4;
}
.BgClassName
{
background-color: #FFA0F4;
}
</style>
border-color css
<style>
span { border-color: #FFA0F4; }
span { border-color: rgb(255,160,244); }
td.TdClassName
{
border-color: #FFA0F4;
}
.TagClassName
{
border-color: #FFA0F4;
}
</style>