Shades of Plum #F0ABEF
Tints of Plum #F0ABEF
RGB
CMYK
RGB Variations
Color information
#F0ABEF (or 0xF0ABEF) is known color: Plum. HEX triplet: F0, AB and EF. RGB value is (240,171,239). Sum of RGB (Red+Green+Blue) = 240+171+239=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABEF is #0F5410. Grayscale: #C7C7C7. Windows color (decimal): -1004561 or 15707120. OLE color: 15707120.
HSL color Cylindrical-coordinate representation of color #F0ABEF: hue angle of 300.87º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ABEF is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 239 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.06 |
| HSL | 300.87º | 0.7% | 0.81% | - |
| HSV(B) | 300.87º | 0.29% | 0.94% | - |
| XYZ | 66.08 | 53.88 | 88.58 | - |
| YUV | 199.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 239 | 0 | 0.29 | 0.00 | 0.06 | 300.87 | 0.7 | 0.81 |
| Hex | F0 | AB | EF | 0 | 1D | 0 | 6 | 12D | 46 | 51 |
| Octal | 360 | 253 | 357 | 0 | 35 | 0 | 6 | 455 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11101111 | 0 | 11101 | 0 | 110 | 100101101 | 1000110 | 1010001 |
Color Harmonies of #F0ABEF
Complementary color
Monochromatic Colors of #F0ABEF
Black with #F0ABEF
Text Example
Text Example
White with #F0ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABEF; }
p { color: rgb(240,171,239); }
H1.HeaderClassName
{
color: #F0ABEF;
}
.AnyTagClassName
{
color: #F0ABEF;
}
</style>
background-color css
<style>
a { background-color: #F0ABEF; }
a { background-color: rgb(240,171,239); }
div.DivClassName
{
background-color: #F0ABEF;
}
.BgClassName
{
background-color: #F0ABEF;
}
</style>
border-color css
<style>
span { border-color: #F0ABEF; }
span { border-color: rgb(240,171,239); }
td.TdClassName
{
border-color: #F0ABEF;
}
.TagClassName
{
border-color: #F0ABEF;
}
</style>