Shades of Lavender Rose #FFA5EF
Tints of Lavender Rose #FFA5EF
RGB
CMYK
RGB Variations
Color information
#FFA5EF (or 0xFFA5EF) is known color: Lavender Rose. HEX triplet: FF, A5 and EF. RGB value is (255,165,239). Sum of RGB (Red+Green+Blue) = 255+165+239=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 165 (64.84% from 255 or 25.04% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5EF is #005A10. Grayscale: #C8C8C8. Windows color (decimal): -23057 or 15705599. OLE color: 15705599.
HSL color Cylindrical-coordinate representation of color #FFA5EF: hue angle of 310.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5EF is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 239 | - |
| CMYK | 0 | 0.35 | 0.06 | 0 |
| HSL | 310.67º | 1% | 0.82% | - |
| HSV(B) | 310.67º | 0.35% | 1% | - |
| XYZ | 70.28 | 54.4 | 88.46 | - |
| YUV | 200.35 | 149.82 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 239 | 0 | 0.35 | 0.06 | 0 | 310.67 | 1 | 0.82 |
| Hex | FF | A5 | EF | 0 | 23 | 6 | 0 | 137 | 64 | 52 |
| Octal | 377 | 245 | 357 | 0 | 43 | 6 | 0 | 467 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11101111 | 0 | 100011 | 110 | 0 | 100110111 | 1100100 | 1010010 |
Color Harmonies of #FFA5EF
Complementary color
Monochromatic Colors of #FFA5EF
Black with #FFA5EF
Text Example
Text Example
White with #FFA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5EF; }
p { color: rgb(255,165,239); }
H1.HeaderClassName
{
color: #FFA5EF;
}
.AnyTagClassName
{
color: #FFA5EF;
}
</style>
background-color css
<style>
a { background-color: #FFA5EF; }
a { background-color: rgb(255,165,239); }
div.DivClassName
{
background-color: #FFA5EF;
}
.BgClassName
{
background-color: #FFA5EF;
}
</style>
border-color css
<style>
span { border-color: #FFA5EF; }
span { border-color: rgb(255,165,239); }
td.TdClassName
{
border-color: #FFA5EF;
}
.TagClassName
{
border-color: #FFA5EF;
}
</style>