Shades of Plum #F0ADF0
Tints of Plum #F0ADF0
RGB
CMYK
RGB Variations
Color information
#F0ADF0 (or 0xF0ADF0) is known color: Plum. HEX triplet: F0, AD and F0. RGB value is (240,173,240). Sum of RGB (Red+Green+Blue) = 240+173+240=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0ADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADF0 is #0F520F. Grayscale: #C8C8C8. Windows color (decimal): -1004048 or 15773168. OLE color: 15773168.
HSL color Cylindrical-coordinate representation of color #F0ADF0: hue angle of 300º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADF0 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 173 | 240 | - |
CMYK | 0 | 0.28 | 0 | 0.06 |
HSL | 300º | 0.69% | 0.81% | - |
HSV(B) | 300º | 0.28% | 0.94% | - |
XYZ | 66.61 | 54.7 | 89.49 | - |
YUV | 200.67 | 150.2 | 156.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 173 | 240 | 0 | 0.28 | 0 | 0.06 | 300 | 0.69 | 0.81 |
Hex | F0 | AD | F0 | 0 | 1C | 0 | 6 | 12C | 45 | 51 |
Octal | 360 | 255 | 360 | 0 | 34 | 0 | 6 | 454 | 105 | 121 |
Binary | 11110000 | 10101101 | 11110000 | 0 | 11100 | 0 | 110 | 100101100 | 1000101 | 1010001 |
Color Harmonies of #F0ADF0
Complementary color
Monochromatic Colors of #F0ADF0
Black with #F0ADF0
Text Example
Text Example
White with #F0ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADF0; }
p { color: rgb(240,173,240); }
H1.HeaderClassName
{
color: #F0ADF0;
}
.AnyTagClassName
{
color: #F0ADF0;
}
</style>
background-color css
<style>
a { background-color: #F0ADF0; }
a { background-color: rgb(240,173,240); }
div.DivClassName
{
background-color: #F0ADF0;
}
.BgClassName
{
background-color: #F0ADF0;
}
</style>
border-color css
<style>
span { border-color: #F0ADF0; }
span { border-color: rgb(240,173,240); }
td.TdClassName
{
border-color: #F0ADF0;
}
.TagClassName
{
border-color: #F0ADF0;
}
</style>