Shades of Lavender Rose #F8ABEC
Tints of Lavender Rose #F8ABEC
RGB
CMYK
RGB Variations
Color information
#F8ABEC (or 0xF8ABEC) is known color: Lavender Rose. HEX triplet: F8, AB and EC. RGB value is (248,171,236). Sum of RGB (Red+Green+Blue) = 248+171+236=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ABEC is #075413. Grayscale: #C9C9C9. Windows color (decimal): -480276 or 15510520. OLE color: 15510520.
HSL color Cylindrical-coordinate representation of color #F8ABEC: hue angle of 309.35º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ABEC is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 236 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.03 |
| HSL | 309.35º | 0.85% | 0.82% | - |
| HSV(B) | 309.35º | 0.31% | 0.97% | - |
| XYZ | 68.41 | 55.14 | 86.39 | - |
| YUV | 201.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 236 | 0 | 0.31 | 0.05 | 0.03 | 309.35 | 0.85 | 0.82 |
| Hex | F8 | AB | EC | 0 | 1F | 5 | 3 | 135 | 55 | 52 |
| Octal | 370 | 253 | 354 | 0 | 37 | 5 | 3 | 465 | 125 | 122 |
| Binary | 11111000 | 10101011 | 11101100 | 0 | 11111 | 101 | 11 | 100110101 | 1010101 | 1010010 |
Color Harmonies of #F8ABEC
Complementary color
Monochromatic Colors of #F8ABEC
Black with #F8ABEC
Text Example
Text Example
White with #F8ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABEC; }
p { color: rgb(248,171,236); }
H1.HeaderClassName
{
color: #F8ABEC;
}
.AnyTagClassName
{
color: #F8ABEC;
}
</style>
background-color css
<style>
a { background-color: #F8ABEC; }
a { background-color: rgb(248,171,236); }
div.DivClassName
{
background-color: #F8ABEC;
}
.BgClassName
{
background-color: #F8ABEC;
}
</style>
border-color css
<style>
span { border-color: #F8ABEC; }
span { border-color: rgb(248,171,236); }
td.TdClassName
{
border-color: #F8ABEC;
}
.TagClassName
{
border-color: #F8ABEC;
}
</style>