Shades of Lavender Rose #FFA4DA
Tints of Lavender Rose #FFA4DA
RGB
CMYK
RGB Variations
Color information
#FFA4DA (or 0xFFA4DA) is known color: Lavender Rose. HEX triplet: FF, A4 and DA. RGB value is (255,164,218). Sum of RGB (Red+Green+Blue) = 255+164+218=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4DA is #005B25. Grayscale: #C5C5C5. Windows color (decimal): -23334 or 14329087. OLE color: 14329087.
HSL color Cylindrical-coordinate representation of color #FFA4DA: hue angle of 324.4º 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 #FFA4DA is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 218 | - |
| CMYK | 0 | 0.36 | 0.15 | 0 |
| HSL | 324.4º | 1% | 0.82% | - |
| HSV(B) | 324.4º | 0.36% | 1% | - |
| XYZ | 67.17 | 52.87 | 72.99 | - |
| YUV | 197.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 218 | 0 | 0.36 | 0.15 | 0 | 324.4 | 1 | 0.82 |
| Hex | FF | A4 | DA | 0 | 24 | F | 0 | 144 | 64 | 52 |
| Octal | 377 | 244 | 332 | 0 | 44 | 17 | 0 | 504 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11011010 | 0 | 100100 | 1111 | 0 | 101000100 | 1100100 | 1010010 |
Color Harmonies of #FFA4DA
Complementary color
Monochromatic Colors of #FFA4DA
Black with #FFA4DA
Text Example
Text Example
White with #FFA4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4DA; }
p { color: rgb(255,164,218); }
H1.HeaderClassName
{
color: #FFA4DA;
}
.AnyTagClassName
{
color: #FFA4DA;
}
</style>
background-color css
<style>
a { background-color: #FFA4DA; }
a { background-color: rgb(255,164,218); }
div.DivClassName
{
background-color: #FFA4DA;
}
.BgClassName
{
background-color: #FFA4DA;
}
</style>
border-color css
<style>
span { border-color: #FFA4DA; }
span { border-color: rgb(255,164,218); }
td.TdClassName
{
border-color: #FFA4DA;
}
.TagClassName
{
border-color: #FFA4DA;
}
</style>