Shades of Lavender Rose #FFA8E2
Tints of Lavender Rose #FFA8E2
RGB
CMYK
RGB Variations
Color information
#FFA8E2 (or 0xFFA8E2) is known color: Lavender Rose. HEX triplet: FF, A8 and E2. RGB value is (255,168,226). Sum of RGB (Red+Green+Blue) = 255+168+226=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 168 (66.02% from 255 or 25.89% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8E2 is #00571D. Grayscale: #C8C8C8. Windows color (decimal): -22302 or 14854399. OLE color: 14854399.
HSL color Cylindrical-coordinate representation of color #FFA8E2: hue angle of 320º 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 #FFA8E2 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 226 | - |
| CMYK | 0 | 0.34 | 0.11 | 0 |
| HSL | 320º | 1% | 0.83% | - |
| HSV(B) | 320º | 0.34% | 1% | - |
| XYZ | 68.97 | 54.76 | 78.89 | - |
| YUV | 200.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 226 | 0 | 0.34 | 0.11 | 0 | 320 | 1 | 0.83 |
| Hex | FF | A8 | E2 | 0 | 22 | B | 0 | 140 | 64 | 53 |
| Octal | 377 | 250 | 342 | 0 | 42 | 13 | 0 | 500 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11100010 | 0 | 100010 | 1011 | 0 | 101000000 | 1100100 | 1010011 |
Color Harmonies of #FFA8E2
Complementary color
Monochromatic Colors of #FFA8E2
Black with #FFA8E2
Text Example
Text Example
White with #FFA8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8E2; }
p { color: rgb(255,168,226); }
H1.HeaderClassName
{
color: #FFA8E2;
}
.AnyTagClassName
{
color: #FFA8E2;
}
</style>
background-color css
<style>
a { background-color: #FFA8E2; }
a { background-color: rgb(255,168,226); }
div.DivClassName
{
background-color: #FFA8E2;
}
.BgClassName
{
background-color: #FFA8E2;
}
</style>
border-color css
<style>
span { border-color: #FFA8E2; }
span { border-color: rgb(255,168,226); }
td.TdClassName
{
border-color: #FFA8E2;
}
.TagClassName
{
border-color: #FFA8E2;
}
</style>