Shades of Lavender Rose #FFA8EB
Tints of Lavender Rose #FFA8EB
RGB
CMYK
RGB Variations
Color information
#FFA8EB (or 0xFFA8EB) is known color: Lavender Rose. HEX triplet: FF, A8 and EB. RGB value is (255,168,235). Sum of RGB (Red+Green+Blue) = 255+168+235=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 168 (66.02% from 255 or 25.53% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8EB is #005714. Grayscale: #C9C9C9. Windows color (decimal): -22293 or 15444223. OLE color: 15444223.
HSL color Cylindrical-coordinate representation of color #FFA8EB: hue angle of 313.79º 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 #FFA8EB is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 168 | 235 | - |
CMYK | 0 | 0.34 | 0.08 | 0 |
HSL | 313.79º | 1% | 0.83% | - |
HSV(B) | 313.79º | 0.34% | 1% | - |
XYZ | 70.24 | 55.26 | 85.56 | - |
YUV | 201.65 | 146.82 | 166.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 168 | 235 | 0 | 0.34 | 0.08 | 0 | 313.79 | 1 | 0.83 |
Hex | FF | A8 | EB | 0 | 22 | 8 | 0 | 13A | 64 | 53 |
Octal | 377 | 250 | 353 | 0 | 42 | 10 | 0 | 472 | 144 | 123 |
Binary | 11111111 | 10101000 | 11101011 | 0 | 100010 | 1000 | 0 | 100111010 | 1100100 | 1010011 |
Color Harmonies of #FFA8EB
Complementary color
Monochromatic Colors of #FFA8EB
Black with #FFA8EB
Text Example
Text Example
White with #FFA8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8EB; }
p { color: rgb(255,168,235); }
H1.HeaderClassName
{
color: #FFA8EB;
}
.AnyTagClassName
{
color: #FFA8EB;
}
</style>
background-color css
<style>
a { background-color: #FFA8EB; }
a { background-color: rgb(255,168,235); }
div.DivClassName
{
background-color: #FFA8EB;
}
.BgClassName
{
background-color: #FFA8EB;
}
</style>
border-color css
<style>
span { border-color: #FFA8EB; }
span { border-color: rgb(255,168,235); }
td.TdClassName
{
border-color: #FFA8EB;
}
.TagClassName
{
border-color: #FFA8EB;
}
</style>