Shades of Lavender Rose #FFA8EC
Tints of Lavender Rose #FFA8EC
RGB
CMYK
RGB Variations
Color information
#FFA8EC (or 0xFFA8EC) is known color: Lavender Rose. HEX triplet: FF, A8 and EC. RGB value is (255,168,236). Sum of RGB (Red+Green+Blue) = 255+168+236=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8EC is #005713. Grayscale: #C9C9C9. Windows color (decimal): -22292 or 15509759. OLE color: 15509759.
HSL color Cylindrical-coordinate representation of color #FFA8EC: hue angle of 313.1º 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 #FFA8EC is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 168 | 236 | - |
CMYK | 0 | 0.34 | 0.07 | 0 |
HSL | 313.1º | 1% | 0.83% | - |
HSV(B) | 313.1º | 0.34% | 1% | - |
XYZ | 70.38 | 55.32 | 86.33 | - |
YUV | 201.77 | 147.32 | 165.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 168 | 236 | 0 | 0.34 | 0.07 | 0 | 313.1 | 1 | 0.83 |
Hex | FF | A8 | EC | 0 | 22 | 7 | 0 | 139 | 64 | 53 |
Octal | 377 | 250 | 354 | 0 | 42 | 7 | 0 | 471 | 144 | 123 |
Binary | 11111111 | 10101000 | 11101100 | 0 | 100010 | 111 | 0 | 100111001 | 1100100 | 1010011 |
Color Harmonies of #FFA8EC
Complementary color
Monochromatic Colors of #FFA8EC
Black with #FFA8EC
Text Example
Text Example
White with #FFA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8EC; }
p { color: rgb(255,168,236); }
H1.HeaderClassName
{
color: #FFA8EC;
}
.AnyTagClassName
{
color: #FFA8EC;
}
</style>
background-color css
<style>
a { background-color: #FFA8EC; }
a { background-color: rgb(255,168,236); }
div.DivClassName
{
background-color: #FFA8EC;
}
.BgClassName
{
background-color: #FFA8EC;
}
</style>
border-color css
<style>
span { border-color: #FFA8EC; }
span { border-color: rgb(255,168,236); }
td.TdClassName
{
border-color: #FFA8EC;
}
.TagClassName
{
border-color: #FFA8EC;
}
</style>