Shades of Lavender Rose #F5A9DB
Tints of Lavender Rose #F5A9DB
RGB
CMYK
RGB Variations
Color information
#F5A9DB (or 0xF5A9DB) is known color: Lavender Rose. HEX triplet: F5, A9 and DB. RGB value is (245,169,219). Sum of RGB (Red+Green+Blue) = 245+169+219=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A9DB is #0A5624. Grayscale: #C5C5C5. Windows color (decimal): -677413 or 14395893. OLE color: 14395893.
HSL color Cylindrical-coordinate representation of color #F5A9DB: hue angle of 320.53º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A9DB is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 169 | 219 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.04 |
| HSL | 320.53º | 0.79% | 0.81% | - |
| HSV(B) | 320.53º | 0.31% | 0.96% | - |
| XYZ | 64.63 | 52.9 | 73.82 | - |
| YUV | 197.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 169 | 219 | 0 | 0.31 | 0.11 | 0.04 | 320.53 | 0.79 | 0.81 |
| Hex | F5 | A9 | DB | 0 | 1F | B | 4 | 141 | 4F | 51 |
| Octal | 365 | 251 | 333 | 0 | 37 | 13 | 4 | 501 | 117 | 121 |
| Binary | 11110101 | 10101001 | 11011011 | 0 | 11111 | 1011 | 100 | 101000001 | 1001111 | 1010001 |
Color Harmonies of #F5A9DB
Complementary color
Monochromatic Colors of #F5A9DB
Black with #F5A9DB
Text Example
Text Example
White with #F5A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A9DB; }
p { color: rgb(245,169,219); }
H1.HeaderClassName
{
color: #F5A9DB;
}
.AnyTagClassName
{
color: #F5A9DB;
}
</style>
background-color css
<style>
a { background-color: #F5A9DB; }
a { background-color: rgb(245,169,219); }
div.DivClassName
{
background-color: #F5A9DB;
}
.BgClassName
{
background-color: #F5A9DB;
}
</style>
border-color css
<style>
span { border-color: #F5A9DB; }
span { border-color: rgb(245,169,219); }
td.TdClassName
{
border-color: #F5A9DB;
}
.TagClassName
{
border-color: #F5A9DB;
}
</style>