Shades of Lavender Rose #FFA8EF
Tints of Lavender Rose #FFA8EF
RGB
CMYK
RGB Variations
Color information
#FFA8EF (or 0xFFA8EF) is known color: Lavender Rose. HEX triplet: FF, A8 and EF. RGB value is (255,168,239). Sum of RGB (Red+Green+Blue) = 255+168+239=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 168 (66.02% from 255 or 25.38% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8EF is #005710. Grayscale: #C9C9C9. Windows color (decimal): -22289 or 15706367. OLE color: 15706367.
HSL color Cylindrical-coordinate representation of color #FFA8EF: hue angle of 311.03º 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 #FFA8EF is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 239 | - |
| CMYK | 0 | 0.34 | 0.06 | 0 |
| HSL | 311.03º | 1% | 0.83% | - |
| HSV(B) | 311.03º | 0.34% | 1% | - |
| XYZ | 70.82 | 55.5 | 88.64 | - |
| YUV | 202.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 239 | 0 | 0.34 | 0.06 | 0 | 311.03 | 1 | 0.83 |
| Hex | FF | A8 | EF | 0 | 22 | 6 | 0 | 137 | 64 | 53 |
| Octal | 377 | 250 | 357 | 0 | 42 | 6 | 0 | 467 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11101111 | 0 | 100010 | 110 | 0 | 100110111 | 1100100 | 1010011 |
Color Harmonies of #FFA8EF
Complementary color
Monochromatic Colors of #FFA8EF
Black with #FFA8EF
Text Example
Text Example
White with #FFA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8EF; }
p { color: rgb(255,168,239); }
H1.HeaderClassName
{
color: #FFA8EF;
}
.AnyTagClassName
{
color: #FFA8EF;
}
</style>
background-color css
<style>
a { background-color: #FFA8EF; }
a { background-color: rgb(255,168,239); }
div.DivClassName
{
background-color: #FFA8EF;
}
.BgClassName
{
background-color: #FFA8EF;
}
</style>
border-color css
<style>
span { border-color: #FFA8EF; }
span { border-color: rgb(255,168,239); }
td.TdClassName
{
border-color: #FFA8EF;
}
.TagClassName
{
border-color: #FFA8EF;
}
</style>