Shades of Plum #F0AEF1
Tints of Plum #F0AEF1
RGB
CMYK
RGB Variations
Color information
#F0AEF1 (or 0xF0AEF1) is known color: Plum. HEX triplet: F0, AE and F1. RGB value is (240,174,241). Sum of RGB (Red+Green+Blue) = 240+174+241=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0AEF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEF1 is #0F510E. Grayscale: #C9C9C9. Windows color (decimal): -1003791 or 15838960. OLE color: 15838960.
HSL color Cylindrical-coordinate representation of color #F0AEF1: hue angle of 299.1º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0AEF1 is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 174 | 241 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.05 |
| HSL | 299.1º | 0.71% | 0.81% | - |
| HSV(B) | 299.1º | 0.28% | 0.95% | - |
| XYZ | 66.95 | 55.15 | 90.34 | - |
| YUV | 201.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 241 | 0.00 | 0.28 | 0 | 0.05 | 299.1 | 0.71 | 0.81 |
| Hex | F0 | AE | F1 | 0 | 1C | 0 | 5 | 12B | 47 | 51 |
| Octal | 360 | 256 | 361 | 0 | 34 | 0 | 5 | 453 | 107 | 121 |
| Binary | 11110000 | 10101110 | 11110001 | 0 | 11100 | 0 | 101 | 100101011 | 1000111 | 1010001 |
Color Harmonies of #F0AEF1
Complementary color
Monochromatic Colors of #F0AEF1
Black with #F0AEF1
Text Example
Text Example
White with #F0AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEF1; }
p { color: rgb(240,174,241); }
H1.HeaderClassName
{
color: #F0AEF1;
}
.AnyTagClassName
{
color: #F0AEF1;
}
</style>
background-color css
<style>
a { background-color: #F0AEF1; }
a { background-color: rgb(240,174,241); }
div.DivClassName
{
background-color: #F0AEF1;
}
.BgClassName
{
background-color: #F0AEF1;
}
</style>
border-color css
<style>
span { border-color: #F0AEF1; }
span { border-color: rgb(240,174,241); }
td.TdClassName
{
border-color: #F0AEF1;
}
.TagClassName
{
border-color: #F0AEF1;
}
</style>