Shades of Lavender Rose #FFA4DB
Tints of Lavender Rose #FFA4DB
RGB
CMYK
RGB Variations
Color information
#FFA4DB (or 0xFFA4DB) is known color: Lavender Rose. HEX triplet: FF, A4 and DB. RGB value is (255,164,219). Sum of RGB (Red+Green+Blue) = 255+164+219=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 164 (64.45% from 255 or 25.71% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4DB is #005B24. Grayscale: #C5C5C5. Windows color (decimal): -23333 or 14394623. OLE color: 14394623.
HSL color Cylindrical-coordinate representation of color #FFA4DB: hue angle of 323.74º 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 #FFA4DB is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 219 | - |
| CMYK | 0 | 0.36 | 0.14 | 0 |
| HSL | 323.74º | 1% | 0.82% | - |
| HSV(B) | 323.74º | 0.36% | 1% | - |
| XYZ | 67.3 | 52.93 | 73.69 | - |
| YUV | 197.48 | 140.15 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 219 | 0 | 0.36 | 0.14 | 0 | 323.74 | 1 | 0.82 |
| Hex | FF | A4 | DB | 0 | 24 | E | 0 | 144 | 64 | 52 |
| Octal | 377 | 244 | 333 | 0 | 44 | 16 | 0 | 504 | 144 | 122 |
| Binary | 11111111 | 10100100 | 11011011 | 0 | 100100 | 1110 | 0 | 101000100 | 1100100 | 1010010 |
Color Harmonies of #FFA4DB
Complementary color
Monochromatic Colors of #FFA4DB
Black with #FFA4DB
Text Example
Text Example
White with #FFA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4DB; }
p { color: rgb(255,164,219); }
H1.HeaderClassName
{
color: #FFA4DB;
}
.AnyTagClassName
{
color: #FFA4DB;
}
</style>
background-color css
<style>
a { background-color: #FFA4DB; }
a { background-color: rgb(255,164,219); }
div.DivClassName
{
background-color: #FFA4DB;
}
.BgClassName
{
background-color: #FFA4DB;
}
</style>
border-color css
<style>
span { border-color: #FFA4DB; }
span { border-color: rgb(255,164,219); }
td.TdClassName
{
border-color: #FFA4DB;
}
.TagClassName
{
border-color: #FFA4DB;
}
</style>