Shades of Lavender Rose #FFA3DA
Tints of Lavender Rose #FFA3DA
RGB
CMYK
RGB Variations
Color information
#FFA3DA (or 0xFFA3DA) is known color: Lavender Rose. HEX triplet: FF, A3 and DA. RGB value is (255,163,218). Sum of RGB (Red+Green+Blue) = 255+163+218=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3DA is #005C25. Grayscale: #C4C4C4. Windows color (decimal): -23590 or 14328831. OLE color: 14328831.
HSL color Cylindrical-coordinate representation of color #FFA3DA: hue angle of 324.13º 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 #FFA3DA is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 218 | - |
| CMYK | 0 | 0.36 | 0.15 | 0 |
| HSL | 324.13º | 1% | 0.82% | - |
| HSV(B) | 324.13º | 0.36% | 1% | - |
| XYZ | 66.99 | 52.52 | 72.94 | - |
| YUV | 196.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 218 | 0 | 0.36 | 0.15 | 0 | 324.13 | 1 | 0.82 |
| Hex | FF | A3 | DA | 0 | 24 | F | 0 | 144 | 64 | 52 |
| Octal | 377 | 243 | 332 | 0 | 44 | 17 | 0 | 504 | 144 | 122 |
| Binary | 11111111 | 10100011 | 11011010 | 0 | 100100 | 1111 | 0 | 101000100 | 1100100 | 1010010 |
Color Harmonies of #FFA3DA
Complementary color
Monochromatic Colors of #FFA3DA
Black with #FFA3DA
Text Example
Text Example
White with #FFA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3DA; }
p { color: rgb(255,163,218); }
H1.HeaderClassName
{
color: #FFA3DA;
}
.AnyTagClassName
{
color: #FFA3DA;
}
</style>
background-color css
<style>
a { background-color: #FFA3DA; }
a { background-color: rgb(255,163,218); }
div.DivClassName
{
background-color: #FFA3DA;
}
.BgClassName
{
background-color: #FFA3DA;
}
</style>
border-color css
<style>
span { border-color: #FFA3DA; }
span { border-color: rgb(255,163,218); }
td.TdClassName
{
border-color: #FFA3DA;
}
.TagClassName
{
border-color: #FFA3DA;
}
</style>