Shades of Lavender Rose #FFA8ED
Tints of Lavender Rose #FFA8ED
RGB
CMYK
RGB Variations
Color information
#FFA8ED (or 0xFFA8ED) is known color: Lavender Rose. HEX triplet: FF, A8 and ED. RGB value is (255,168,237). Sum of RGB (Red+Green+Blue) = 255+168+237=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 168 (66.02% from 255 or 25.45% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8ED is #005712. Grayscale: #C9C9C9. Windows color (decimal): -22291 or 15575295. OLE color: 15575295.
HSL color Cylindrical-coordinate representation of color #FFA8ED: hue angle of 312.41º 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 #FFA8ED is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 237 | - |
| CMYK | 0 | 0.34 | 0.07 | 0 |
| HSL | 312.41º | 1% | 0.83% | - |
| HSV(B) | 312.41º | 0.34% | 1% | - |
| XYZ | 70.53 | 55.38 | 87.09 | - |
| YUV | 201.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 237 | 0 | 0.34 | 0.07 | 0 | 312.41 | 1 | 0.83 |
| Hex | FF | A8 | ED | 0 | 22 | 7 | 0 | 138 | 64 | 53 |
| Octal | 377 | 250 | 355 | 0 | 42 | 7 | 0 | 470 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11101101 | 0 | 100010 | 111 | 0 | 100111000 | 1100100 | 1010011 |
Color Harmonies of #FFA8ED
Complementary color
Monochromatic Colors of #FFA8ED
Black with #FFA8ED
Text Example
Text Example
White with #FFA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8ED; }
p { color: rgb(255,168,237); }
H1.HeaderClassName
{
color: #FFA8ED;
}
.AnyTagClassName
{
color: #FFA8ED;
}
</style>
background-color css
<style>
a { background-color: #FFA8ED; }
a { background-color: rgb(255,168,237); }
div.DivClassName
{
background-color: #FFA8ED;
}
.BgClassName
{
background-color: #FFA8ED;
}
</style>
border-color css
<style>
span { border-color: #FFA8ED; }
span { border-color: rgb(255,168,237); }
td.TdClassName
{
border-color: #FFA8ED;
}
.TagClassName
{
border-color: #FFA8ED;
}
</style>