Shades of Lavender Rose #F5ABDD
Tints of Lavender Rose #F5ABDD
RGB
CMYK
RGB Variations
Color information
#F5ABDD (or 0xF5ABDD) is known color: Lavender Rose. HEX triplet: F5, AB and DD. RGB value is (245,171,221). Sum of RGB (Red+Green+Blue) = 245+171+221=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABDD is #0A5422. Grayscale: #C6C6C6. Windows color (decimal): -676899 or 14527477. OLE color: 14527477.
HSL color Cylindrical-coordinate representation of color #F5ABDD: hue angle of 319.46º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ABDD is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 221 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.04 |
| HSL | 319.46º | 0.79% | 0.82% | - |
| HSV(B) | 319.46º | 0.3% | 0.96% | - |
| XYZ | 65.27 | 53.76 | 75.34 | - |
| YUV | 198.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 221 | 0 | 0.30 | 0.10 | 0.04 | 319.46 | 0.79 | 0.82 |
| Hex | F5 | AB | DD | 0 | 1E | A | 4 | 13F | 4F | 52 |
| Octal | 365 | 253 | 335 | 0 | 36 | 12 | 4 | 477 | 117 | 122 |
| Binary | 11110101 | 10101011 | 11011101 | 0 | 11110 | 1010 | 100 | 100111111 | 1001111 | 1010010 |
Color Harmonies of #F5ABDD
Complementary color
Monochromatic Colors of #F5ABDD
Black with #F5ABDD
Text Example
Text Example
White with #F5ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABDD; }
p { color: rgb(245,171,221); }
H1.HeaderClassName
{
color: #F5ABDD;
}
.AnyTagClassName
{
color: #F5ABDD;
}
</style>
background-color css
<style>
a { background-color: #F5ABDD; }
a { background-color: rgb(245,171,221); }
div.DivClassName
{
background-color: #F5ABDD;
}
.BgClassName
{
background-color: #F5ABDD;
}
</style>
border-color css
<style>
span { border-color: #F5ABDD; }
span { border-color: rgb(245,171,221); }
td.TdClassName
{
border-color: #F5ABDD;
}
.TagClassName
{
border-color: #F5ABDD;
}
</style>