Shades of Lavender Rose #F3ABEC
Tints of Lavender Rose #F3ABEC
RGB
CMYK
RGB Variations
Color information
#F3ABEC (or 0xF3ABEC) is known color: Lavender Rose. HEX triplet: F3, AB and EC. RGB value is (243,171,236). Sum of RGB (Red+Green+Blue) = 243+171+236=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ABEC is #0C5413. Grayscale: #C7C7C7. Windows color (decimal): -807956 or 15510515. OLE color: 15510515.
HSL color Cylindrical-coordinate representation of color #F3ABEC: hue angle of 305.83º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3ABEC is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 171 | 236 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.05 |
| HSL | 305.83º | 0.75% | 0.81% | - |
| HSV(B) | 305.83º | 0.3% | 0.95% | - |
| XYZ | 66.67 | 54.24 | 86.31 | - |
| YUV | 199.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 171 | 236 | 0 | 0.30 | 0.03 | 0.05 | 305.83 | 0.75 | 0.81 |
| Hex | F3 | AB | EC | 0 | 1E | 3 | 5 | 132 | 4B | 51 |
| Octal | 363 | 253 | 354 | 0 | 36 | 3 | 5 | 462 | 113 | 121 |
| Binary | 11110011 | 10101011 | 11101100 | 0 | 11110 | 11 | 101 | 100110010 | 1001011 | 1010001 |
Color Harmonies of #F3ABEC
Complementary color
Monochromatic Colors of #F3ABEC
Black with #F3ABEC
Text Example
Text Example
White with #F3ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ABEC; }
p { color: rgb(243,171,236); }
H1.HeaderClassName
{
color: #F3ABEC;
}
.AnyTagClassName
{
color: #F3ABEC;
}
</style>
background-color css
<style>
a { background-color: #F3ABEC; }
a { background-color: rgb(243,171,236); }
div.DivClassName
{
background-color: #F3ABEC;
}
.BgClassName
{
background-color: #F3ABEC;
}
</style>
border-color css
<style>
span { border-color: #F3ABEC; }
span { border-color: rgb(243,171,236); }
td.TdClassName
{
border-color: #F3ABEC;
}
.TagClassName
{
border-color: #F3ABEC;
}
</style>