Shades of Lavender Rose #FFA8F0
Tints of Lavender Rose #FFA8F0
RGB
CMYK
RGB Variations
Color information
#FFA8F0 (or 0xFFA8F0) is known color: Lavender Rose. HEX triplet: FF, A8 and F0. RGB value is (255,168,240). Sum of RGB (Red+Green+Blue) = 255+168+240=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 168 (66.02% from 255 or 25.34% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8F0 is #00570F. Grayscale: #CACACA. Windows color (decimal): -22288 or 15771903. OLE color: 15771903.
HSL color Cylindrical-coordinate representation of color #FFA8F0: hue angle of 310.34º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8F0 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 240 | - |
| CMYK | 0 | 0.34 | 0.06 | 0 |
| HSL | 310.34º | 1% | 0.83% | - |
| HSV(B) | 310.34º | 0.34% | 1% | - |
| XYZ | 70.97 | 55.56 | 89.42 | - |
| YUV | 202.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 240 | 0 | 0.34 | 0.06 | 0 | 310.34 | 1 | 0.83 |
| Hex | FF | A8 | F0 | 0 | 22 | 6 | 0 | 136 | 64 | 53 |
| Octal | 377 | 250 | 360 | 0 | 42 | 6 | 0 | 466 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11110000 | 0 | 100010 | 110 | 0 | 100110110 | 1100100 | 1010011 |
Color Harmonies of #FFA8F0
Complementary color
Monochromatic Colors of #FFA8F0
Black with #FFA8F0
Text Example
Text Example
White with #FFA8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8F0; }
p { color: rgb(255,168,240); }
H1.HeaderClassName
{
color: #FFA8F0;
}
.AnyTagClassName
{
color: #FFA8F0;
}
</style>
background-color css
<style>
a { background-color: #FFA8F0; }
a { background-color: rgb(255,168,240); }
div.DivClassName
{
background-color: #FFA8F0;
}
.BgClassName
{
background-color: #FFA8F0;
}
</style>
border-color css
<style>
span { border-color: #FFA8F0; }
span { border-color: rgb(255,168,240); }
td.TdClassName
{
border-color: #FFA8F0;
}
.TagClassName
{
border-color: #FFA8F0;
}
</style>