Shades of Lavender Rose #F5A8DB
Tints of Lavender Rose #F5A8DB
RGB
CMYK
RGB Variations
Color information
#F5A8DB (or 0xF5A8DB) is known color: Lavender Rose. HEX triplet: F5, A8 and DB. RGB value is (245,168,219). Sum of RGB (Red+Green+Blue) = 245+168+219=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8DB is #0A5724. Grayscale: #C4C4C4. Windows color (decimal): -677669 or 14395637. OLE color: 14395637.
HSL color Cylindrical-coordinate representation of color #F5A8DB: hue angle of 320.26º 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 #F5A8DB is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 219 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.04 |
| HSL | 320.26º | 0.79% | 0.81% | - |
| HSV(B) | 320.26º | 0.31% | 0.96% | - |
| XYZ | 64.45 | 52.53 | 73.76 | - |
| YUV | 196.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 219 | 0 | 0.31 | 0.11 | 0.04 | 320.26 | 0.79 | 0.81 |
| Hex | F5 | A8 | DB | 0 | 1F | B | 4 | 140 | 4F | 51 |
| Octal | 365 | 250 | 333 | 0 | 37 | 13 | 4 | 500 | 117 | 121 |
| Binary | 11110101 | 10101000 | 11011011 | 0 | 11111 | 1011 | 100 | 101000000 | 1001111 | 1010001 |
Color Harmonies of #F5A8DB
Complementary color
Monochromatic Colors of #F5A8DB
Black with #F5A8DB
Text Example
Text Example
White with #F5A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A8DB; }
p { color: rgb(245,168,219); }
H1.HeaderClassName
{
color: #F5A8DB;
}
.AnyTagClassName
{
color: #F5A8DB;
}
</style>
background-color css
<style>
a { background-color: #F5A8DB; }
a { background-color: rgb(245,168,219); }
div.DivClassName
{
background-color: #F5A8DB;
}
.BgClassName
{
background-color: #F5A8DB;
}
</style>
border-color css
<style>
span { border-color: #F5A8DB; }
span { border-color: rgb(245,168,219); }
td.TdClassName
{
border-color: #F5A8DB;
}
.TagClassName
{
border-color: #F5A8DB;
}
</style>