Shades of Lavender Rose #F5ABDC
Tints of Lavender Rose #F5ABDC
RGB
CMYK
RGB Variations
Color information
#F5ABDC (or 0xF5ABDC) is known color: Lavender Rose. HEX triplet: F5, AB and DC. RGB value is (245,171,220). Sum of RGB (Red+Green+Blue) = 245+171+220=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABDC is #0A5423. Grayscale: #C6C6C6. Windows color (decimal): -676900 or 14461941. OLE color: 14461941.
HSL color Cylindrical-coordinate representation of color #F5ABDC: hue angle of 320.27º 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 #F5ABDC is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 220 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.04 |
| HSL | 320.27º | 0.79% | 0.82% | - |
| HSV(B) | 320.27º | 0.3% | 0.96% | - |
| XYZ | 65.14 | 53.71 | 74.64 | - |
| YUV | 198.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 220 | 0 | 0.30 | 0.10 | 0.04 | 320.27 | 0.79 | 0.82 |
| Hex | F5 | AB | DC | 0 | 1E | A | 4 | 140 | 4F | 52 |
| Octal | 365 | 253 | 334 | 0 | 36 | 12 | 4 | 500 | 117 | 122 |
| Binary | 11110101 | 10101011 | 11011100 | 0 | 11110 | 1010 | 100 | 101000000 | 1001111 | 1010010 |
Color Harmonies of #F5ABDC
Complementary color
Monochromatic Colors of #F5ABDC
Black with #F5ABDC
Text Example
Text Example
White with #F5ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABDC; }
p { color: rgb(245,171,220); }
H1.HeaderClassName
{
color: #F5ABDC;
}
.AnyTagClassName
{
color: #F5ABDC;
}
</style>
background-color css
<style>
a { background-color: #F5ABDC; }
a { background-color: rgb(245,171,220); }
div.DivClassName
{
background-color: #F5ABDC;
}
.BgClassName
{
background-color: #F5ABDC;
}
</style>
border-color css
<style>
span { border-color: #F5ABDC; }
span { border-color: rgb(245,171,220); }
td.TdClassName
{
border-color: #F5ABDC;
}
.TagClassName
{
border-color: #F5ABDC;
}
</style>