Shades of Plum #F0ADF3
Tints of Plum #F0ADF3
RGB
CMYK
RGB Variations
Color information
#F0ADF3 (or 0xF0ADF3) is known color: Plum. HEX triplet: F0, AD and F3. RGB value is (240,173,243). Sum of RGB (Red+Green+Blue) = 240+173+243=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0ADF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADF3 is #0F520C. Grayscale: #C8C8C8. Windows color (decimal): -1004045 or 15969776. OLE color: 15969776.
HSL color Cylindrical-coordinate representation of color #F0ADF3: hue angle of 297.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ADF3 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 173 | 243 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.05 |
| HSL | 297.43º | 0.74% | 0.82% | - |
| HSV(B) | 297.43º | 0.29% | 0.95% | - |
| XYZ | 67.06 | 54.88 | 91.85 | - |
| YUV | 201.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 243 | 0.01 | 0.29 | 0 | 0.05 | 297.43 | 0.74 | 0.82 |
| Hex | F0 | AD | F3 | 1 | 1D | 0 | 5 | 129 | 4A | 52 |
| Octal | 360 | 255 | 363 | 1 | 35 | 0 | 5 | 451 | 112 | 122 |
| Binary | 11110000 | 10101101 | 11110011 | 1 | 11101 | 0 | 101 | 100101001 | 1001010 | 1010010 |
Color Harmonies of #F0ADF3
Complementary color
Monochromatic Colors of #F0ADF3
Black with #F0ADF3
Text Example
Text Example
White with #F0ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADF3; }
p { color: rgb(240,173,243); }
H1.HeaderClassName
{
color: #F0ADF3;
}
.AnyTagClassName
{
color: #F0ADF3;
}
</style>
background-color css
<style>
a { background-color: #F0ADF3; }
a { background-color: rgb(240,173,243); }
div.DivClassName
{
background-color: #F0ADF3;
}
.BgClassName
{
background-color: #F0ADF3;
}
</style>
border-color css
<style>
span { border-color: #F0ADF3; }
span { border-color: rgb(240,173,243); }
td.TdClassName
{
border-color: #F0ADF3;
}
.TagClassName
{
border-color: #F0ADF3;
}
</style>