Shades of Lavender Rose #FFA4ED
Tints of Lavender Rose #FFA4ED
RGB
CMYK
RGB Variations
Color information
#FFA4ED (or 0xFFA4ED) is known color: Lavender Rose. HEX triplet: FF, A4 and ED. RGB value is (255,164,237). Sum of RGB (Red+Green+Blue) = 255+164+237=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 164 (64.45% from 255 or 25% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4ED is #005B12. Grayscale: #C7C7C7. Windows color (decimal): -23315 or 15574271. OLE color: 15574271.
HSL color Cylindrical-coordinate representation of color #FFA4ED: hue angle of 311.87º 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 #FFA4ED is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 237 | - |
| CMYK | 0 | 0.36 | 0.07 | 0 |
| HSL | 311.87º | 1% | 0.82% | - |
| HSV(B) | 311.87º | 0.36% | 1% | - |
| XYZ | 69.8 | 53.93 | 86.85 | - |
| YUV | 199.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 237 | 0 | 0.36 | 0.07 | 0 | 311.87 | 1 | 0.82 |
| Hex | FF | A4 | ED | 0 | 24 | 7 | 0 | 138 | 64 | 52 |
| Octal | 377 | 244 | 355 | 0 | 44 | 7 | 0 | 470 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11101101 | 0 | 100100 | 111 | 0 | 100111000 | 1100100 | 1010010 |
Color Harmonies of #FFA4ED
Complementary color
Monochromatic Colors of #FFA4ED
Black with #FFA4ED
Text Example
Text Example
White with #FFA4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4ED; }
p { color: rgb(255,164,237); }
H1.HeaderClassName
{
color: #FFA4ED;
}
.AnyTagClassName
{
color: #FFA4ED;
}
</style>
background-color css
<style>
a { background-color: #FFA4ED; }
a { background-color: rgb(255,164,237); }
div.DivClassName
{
background-color: #FFA4ED;
}
.BgClassName
{
background-color: #FFA4ED;
}
</style>
border-color css
<style>
span { border-color: #FFA4ED; }
span { border-color: rgb(255,164,237); }
td.TdClassName
{
border-color: #FFA4ED;
}
.TagClassName
{
border-color: #FFA4ED;
}
</style>