Shades of Lavender Rose #FFA3E0
Tints of Lavender Rose #FFA3E0
RGB
CMYK
RGB Variations
Color information
#FFA3E0 (or 0xFFA3E0) is known color: Lavender Rose. HEX triplet: FF, A3 and E0. RGB value is (255,163,224). Sum of RGB (Red+Green+Blue) = 255+163+224=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 163 (64.06% from 255 or 25.39% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3E0 is #005C1F. Grayscale: #C5C5C5. Windows color (decimal): -23584 or 14722047. OLE color: 14722047.
HSL color Cylindrical-coordinate representation of color #FFA3E0: hue angle of 320.22º 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 #FFA3E0 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 224 | - |
| CMYK | 0 | 0.36 | 0.12 | 0 |
| HSL | 320.22º | 1% | 0.82% | - |
| HSV(B) | 320.22º | 0.36% | 1% | - |
| XYZ | 67.79 | 52.84 | 77.15 | - |
| YUV | 197.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 224 | 0 | 0.36 | 0.12 | 0 | 320.22 | 1 | 0.82 |
| Hex | FF | A3 | E0 | 0 | 24 | C | 0 | 140 | 64 | 52 |
| Octal | 377 | 243 | 340 | 0 | 44 | 14 | 0 | 500 | 144 | 122 |
| Binary | 11111111 | 10100011 | 11100000 | 0 | 100100 | 1100 | 0 | 101000000 | 1100100 | 1010010 |
Color Harmonies of #FFA3E0
Complementary color
Monochromatic Colors of #FFA3E0
Black with #FFA3E0
Text Example
Text Example
White with #FFA3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3E0; }
p { color: rgb(255,163,224); }
H1.HeaderClassName
{
color: #FFA3E0;
}
.AnyTagClassName
{
color: #FFA3E0;
}
</style>
background-color css
<style>
a { background-color: #FFA3E0; }
a { background-color: rgb(255,163,224); }
div.DivClassName
{
background-color: #FFA3E0;
}
.BgClassName
{
background-color: #FFA3E0;
}
</style>
border-color css
<style>
span { border-color: #FFA3E0; }
span { border-color: rgb(255,163,224); }
td.TdClassName
{
border-color: #FFA3E0;
}
.TagClassName
{
border-color: #FFA3E0;
}
</style>