Shades of Lavender Rose #FFA8EA
Tints of Lavender Rose #FFA8EA
RGB
CMYK
RGB Variations
Color information
#FFA8EA (or 0xFFA8EA) is known color: Lavender Rose. HEX triplet: FF, A8 and EA. RGB value is (255,168,234). Sum of RGB (Red+Green+Blue) = 255+168+234=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 168 (66.02% from 255 or 25.57% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8EA is #005715. Grayscale: #C9C9C9. Windows color (decimal): -22294 or 15378687. OLE color: 15378687.
HSL color Cylindrical-coordinate representation of color #FFA8EA: hue angle of 314.48º 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 #FFA8EA is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 234 | - |
| CMYK | 0 | 0.34 | 0.08 | 0 |
| HSL | 314.48º | 1% | 0.83% | - |
| HSV(B) | 314.48º | 0.34% | 1% | - |
| XYZ | 70.09 | 55.21 | 84.8 | - |
| YUV | 201.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 234 | 0 | 0.34 | 0.08 | 0 | 314.48 | 1 | 0.83 |
| Hex | FF | A8 | EA | 0 | 22 | 8 | 0 | 13A | 64 | 53 |
| Octal | 377 | 250 | 352 | 0 | 42 | 10 | 0 | 472 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11101010 | 0 | 100010 | 1000 | 0 | 100111010 | 1100100 | 1010011 |
Color Harmonies of #FFA8EA
Complementary color
Monochromatic Colors of #FFA8EA
Black with #FFA8EA
Text Example
Text Example
White with #FFA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8EA; }
p { color: rgb(255,168,234); }
H1.HeaderClassName
{
color: #FFA8EA;
}
.AnyTagClassName
{
color: #FFA8EA;
}
</style>
background-color css
<style>
a { background-color: #FFA8EA; }
a { background-color: rgb(255,168,234); }
div.DivClassName
{
background-color: #FFA8EA;
}
.BgClassName
{
background-color: #FFA8EA;
}
</style>
border-color css
<style>
span { border-color: #FFA8EA; }
span { border-color: rgb(255,168,234); }
td.TdClassName
{
border-color: #FFA8EA;
}
.TagClassName
{
border-color: #FFA8EA;
}
</style>