Shades of Plum #F0B0EF
Tints of Plum #F0B0EF
RGB
CMYK
RGB Variations
Color information
#F0B0EF (or 0xF0B0EF) is known color: Plum. HEX triplet: F0, B0 and EF. RGB value is (240,176,239). Sum of RGB (Red+Green+Blue) = 240+176+239=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B0EF is #0F4F10. Grayscale: #CACACA. Windows color (decimal): -1003281 or 15708400. OLE color: 15708400.
HSL color Cylindrical-coordinate representation of color #F0B0EF: hue angle of 300.94º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0EF is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 239 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.06 |
| HSL | 300.94º | 0.68% | 0.82% | - |
| HSV(B) | 300.94º | 0.27% | 0.94% | - |
| XYZ | 67.04 | 55.81 | 88.9 | - |
| YUV | 202.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 239 | 0 | 0.27 | 0.00 | 0.06 | 300.94 | 0.68 | 0.82 |
| Hex | F0 | B0 | EF | 0 | 1B | 0 | 6 | 12D | 44 | 52 |
| Octal | 360 | 260 | 357 | 0 | 33 | 0 | 6 | 455 | 104 | 122 |
| Binary | 11110000 | 10110000 | 11101111 | 0 | 11011 | 0 | 110 | 100101101 | 1000100 | 1010010 |
Color Harmonies of #F0B0EF
Complementary color
Monochromatic Colors of #F0B0EF
Black with #F0B0EF
Text Example
Text Example
White with #F0B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0EF; }
p { color: rgb(240,176,239); }
H1.HeaderClassName
{
color: #F0B0EF;
}
.AnyTagClassName
{
color: #F0B0EF;
}
</style>
background-color css
<style>
a { background-color: #F0B0EF; }
a { background-color: rgb(240,176,239); }
div.DivClassName
{
background-color: #F0B0EF;
}
.BgClassName
{
background-color: #F0B0EF;
}
</style>
border-color css
<style>
span { border-color: #F0B0EF; }
span { border-color: rgb(240,176,239); }
td.TdClassName
{
border-color: #F0B0EF;
}
.TagClassName
{
border-color: #F0B0EF;
}
</style>