Shades of Lavender Rose #FFA5DD
Tints of Lavender Rose #FFA5DD
RGB
CMYK
RGB Variations
Color information
#FFA5DD (or 0xFFA5DD) is known color: Lavender Rose. HEX triplet: FF, A5 and DD. RGB value is (255,165,221). Sum of RGB (Red+Green+Blue) = 255+165+221=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5DD is #005A22. Grayscale: #C6C6C6. Windows color (decimal): -23075 or 14525951. OLE color: 14525951.
HSL color Cylindrical-coordinate representation of color #FFA5DD: hue angle of 322.67º 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 #FFA5DD is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 221 | - |
| CMYK | 0 | 0.35 | 0.13 | 0 |
| HSL | 322.67º | 1% | 0.82% | - |
| HSV(B) | 322.67º | 0.35% | 1% | - |
| XYZ | 67.75 | 53.39 | 75.14 | - |
| YUV | 198.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 221 | 0 | 0.35 | 0.13 | 0 | 322.67 | 1 | 0.82 |
| Hex | FF | A5 | DD | 0 | 23 | D | 0 | 143 | 64 | 52 |
| Octal | 377 | 245 | 335 | 0 | 43 | 15 | 0 | 503 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11011101 | 0 | 100011 | 1101 | 0 | 101000011 | 1100100 | 1010010 |
Color Harmonies of #FFA5DD
Complementary color
Monochromatic Colors of #FFA5DD
Black with #FFA5DD
Text Example
Text Example
White with #FFA5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5DD; }
p { color: rgb(255,165,221); }
H1.HeaderClassName
{
color: #FFA5DD;
}
.AnyTagClassName
{
color: #FFA5DD;
}
</style>
background-color css
<style>
a { background-color: #FFA5DD; }
a { background-color: rgb(255,165,221); }
div.DivClassName
{
background-color: #FFA5DD;
}
.BgClassName
{
background-color: #FFA5DD;
}
</style>
border-color css
<style>
span { border-color: #FFA5DD; }
span { border-color: rgb(255,165,221); }
td.TdClassName
{
border-color: #FFA5DD;
}
.TagClassName
{
border-color: #FFA5DD;
}
</style>