Shades of Lavender Rose #FFA5DB
Tints of Lavender Rose #FFA5DB
RGB
CMYK
RGB Variations
Color information
#FFA5DB (or 0xFFA5DB) is known color: Lavender Rose. HEX triplet: FF, A5 and DB. RGB value is (255,165,219). Sum of RGB (Red+Green+Blue) = 255+165+219=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5DB is #005A24. Grayscale: #C5C5C5. Windows color (decimal): -23077 or 14394879. OLE color: 14394879.
HSL color Cylindrical-coordinate representation of color #FFA5DB: hue angle of 324º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5DB is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 219 | - |
| CMYK | 0 | 0.35 | 0.14 | 0 |
| HSL | 324º | 1% | 0.82% | - |
| HSV(B) | 324º | 0.35% | 1% | - |
| XYZ | 67.48 | 53.28 | 73.75 | - |
| YUV | 198.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 219 | 0 | 0.35 | 0.14 | 0 | 324 | 1 | 0.82 |
| Hex | FF | A5 | DB | 0 | 23 | E | 0 | 144 | 64 | 52 |
| Octal | 377 | 245 | 333 | 0 | 43 | 16 | 0 | 504 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11011011 | 0 | 100011 | 1110 | 0 | 101000100 | 1100100 | 1010010 |
Color Harmonies of #FFA5DB
Complementary color
Monochromatic Colors of #FFA5DB
Black with #FFA5DB
Text Example
Text Example
White with #FFA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5DB; }
p { color: rgb(255,165,219); }
H1.HeaderClassName
{
color: #FFA5DB;
}
.AnyTagClassName
{
color: #FFA5DB;
}
</style>
background-color css
<style>
a { background-color: #FFA5DB; }
a { background-color: rgb(255,165,219); }
div.DivClassName
{
background-color: #FFA5DB;
}
.BgClassName
{
background-color: #FFA5DB;
}
</style>
border-color css
<style>
span { border-color: #FFA5DB; }
span { border-color: rgb(255,165,219); }
td.TdClassName
{
border-color: #FFA5DB;
}
.TagClassName
{
border-color: #FFA5DB;
}
</style>