Shades of Lavender Rose #FFA4E8
Tints of Lavender Rose #FFA4E8
RGB
CMYK
RGB Variations
Color information
#FFA4E8 (or 0xFFA4E8) is known color: Lavender Rose. HEX triplet: FF, A4 and E8. RGB value is (255,164,232). Sum of RGB (Red+Green+Blue) = 255+164+232=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 164 (64.45% from 255 or 25.19% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4E8 is #005B17. Grayscale: #C6C6C6. Windows color (decimal): -23320 or 15246591. OLE color: 15246591.
HSL color Cylindrical-coordinate representation of color #FFA4E8: hue angle of 315.16º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4E8 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 232 | - |
| CMYK | 0 | 0.36 | 0.09 | 0 |
| HSL | 315.16º | 1% | 0.82% | - |
| HSV(B) | 315.16º | 0.36% | 1% | - |
| XYZ | 69.08 | 53.64 | 83.06 | - |
| YUV | 198.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 232 | 0 | 0.36 | 0.09 | 0 | 315.16 | 1 | 0.82 |
| Hex | FF | A4 | E8 | 0 | 24 | 9 | 0 | 13B | 64 | 52 |
| Octal | 377 | 244 | 350 | 0 | 44 | 11 | 0 | 473 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11101000 | 0 | 100100 | 1001 | 0 | 100111011 | 1100100 | 1010010 |
Color Harmonies of #FFA4E8
Complementary color
Monochromatic Colors of #FFA4E8
Black with #FFA4E8
Text Example
Text Example
White with #FFA4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4E8; }
p { color: rgb(255,164,232); }
H1.HeaderClassName
{
color: #FFA4E8;
}
.AnyTagClassName
{
color: #FFA4E8;
}
</style>
background-color css
<style>
a { background-color: #FFA4E8; }
a { background-color: rgb(255,164,232); }
div.DivClassName
{
background-color: #FFA4E8;
}
.BgClassName
{
background-color: #FFA4E8;
}
</style>
border-color css
<style>
span { border-color: #FFA4E8; }
span { border-color: rgb(255,164,232); }
td.TdClassName
{
border-color: #FFA4E8;
}
.TagClassName
{
border-color: #FFA4E8;
}
</style>