Shades of Lavender Rose #F5ABF2
Tints of Lavender Rose #F5ABF2
RGB
CMYK
RGB Variations
Color information
#F5ABF2 (or 0xF5ABF2) is known color: Lavender Rose. HEX triplet: F5, AB and F2. RGB value is (245,171,242). Sum of RGB (Red+Green+Blue) = 245+171+242=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 171 (67.19% from 255 or 25.99% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ABF2 is #0A540D. Grayscale: #C9C9C9. Windows color (decimal): -676878 or 15903733. OLE color: 15903733.
HSL color Cylindrical-coordinate representation of color #F5ABF2: hue angle of 302.43º 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 #F5ABF2 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 242 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.04 |
| HSL | 302.43º | 0.79% | 0.82% | - |
| HSV(B) | 302.43º | 0.3% | 0.96% | - |
| XYZ | 68.25 | 54.95 | 91.01 | - |
| YUV | 201.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 242 | 0 | 0.30 | 0.01 | 0.04 | 302.43 | 0.79 | 0.82 |
| Hex | F5 | AB | F2 | 0 | 1E | 1 | 4 | 12E | 4F | 52 |
| Octal | 365 | 253 | 362 | 0 | 36 | 1 | 4 | 456 | 117 | 122 |
| Binary | 11110101 | 10101011 | 11110010 | 0 | 11110 | 1 | 100 | 100101110 | 1001111 | 1010010 |
Color Harmonies of #F5ABF2
Complementary color
Monochromatic Colors of #F5ABF2
Black with #F5ABF2
Text Example
Text Example
White with #F5ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABF2; }
p { color: rgb(245,171,242); }
H1.HeaderClassName
{
color: #F5ABF2;
}
.AnyTagClassName
{
color: #F5ABF2;
}
</style>
background-color css
<style>
a { background-color: #F5ABF2; }
a { background-color: rgb(245,171,242); }
div.DivClassName
{
background-color: #F5ABF2;
}
.BgClassName
{
background-color: #F5ABF2;
}
</style>
border-color css
<style>
span { border-color: #F5ABF2; }
span { border-color: rgb(245,171,242); }
td.TdClassName
{
border-color: #F5ABF2;
}
.TagClassName
{
border-color: #F5ABF2;
}
</style>