Shades of Lavender Rose #F5A9DC
Tints of Lavender Rose #F5A9DC
RGB
CMYK
RGB Variations
Color information
#F5A9DC (or 0xF5A9DC) is known color: Lavender Rose. HEX triplet: F5, A9 and DC. RGB value is (245,169,220). Sum of RGB (Red+Green+Blue) = 245+169+220=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A9DC is #0A5623. Grayscale: #C5C5C5. Windows color (decimal): -677412 or 14461429. OLE color: 14461429.
HSL color Cylindrical-coordinate representation of color #F5A9DC: hue angle of 319.74º 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 #F5A9DC is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 169 | 220 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.04 |
| HSL | 319.74º | 0.79% | 0.81% | - |
| HSV(B) | 319.74º | 0.31% | 0.96% | - |
| XYZ | 64.76 | 52.96 | 74.52 | - |
| YUV | 197.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 169 | 220 | 0 | 0.31 | 0.10 | 0.04 | 319.74 | 0.79 | 0.81 |
| Hex | F5 | A9 | DC | 0 | 1F | A | 4 | 140 | 4F | 51 |
| Octal | 365 | 251 | 334 | 0 | 37 | 12 | 4 | 500 | 117 | 121 |
| Binary | 11110101 | 10101001 | 11011100 | 0 | 11111 | 1010 | 100 | 101000000 | 1001111 | 1010001 |
Color Harmonies of #F5A9DC
Complementary color
Monochromatic Colors of #F5A9DC
Black with #F5A9DC
Text Example
Text Example
White with #F5A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A9DC; }
p { color: rgb(245,169,220); }
H1.HeaderClassName
{
color: #F5A9DC;
}
.AnyTagClassName
{
color: #F5A9DC;
}
</style>
background-color css
<style>
a { background-color: #F5A9DC; }
a { background-color: rgb(245,169,220); }
div.DivClassName
{
background-color: #F5A9DC;
}
.BgClassName
{
background-color: #F5A9DC;
}
</style>
border-color css
<style>
span { border-color: #F5A9DC; }
span { border-color: rgb(245,169,220); }
td.TdClassName
{
border-color: #F5A9DC;
}
.TagClassName
{
border-color: #F5A9DC;
}
</style>