Shades of Mauve #F0C4FD
Tints of Mauve #F0C4FD
RGB
CMYK
RGB Variations
Color information
#F0C4FD (or 0xF0C4FD) is known color: Mauve. HEX triplet: F0, C4 and FD. RGB value is (240,196,253). Sum of RGB (Red+Green+Blue) = 240+196+253=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 196 (76.95% from 255 or 28.45% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0C4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C4FD is #0F3B02. Grayscale: #D7D7D7. Windows color (decimal): -998147 or 16631024. OLE color: 16631024.
HSL color Cylindrical-coordinate representation of color #F0C4FD: hue angle of 286.32º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0C4FD is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 196 | 253 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.01 |
| HSL | 286.32º | 0.93% | 0.88% | - |
| HSV(B) | 286.32º | 0.23% | 0.99% | - |
| XYZ | 73.4 | 65.1 | 101.62 | - |
| YUV | 215.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 253 | 0.05 | 0.23 | 0 | 0.01 | 286.32 | 0.93 | 0.88 |
| Hex | F0 | C4 | FD | 5 | 17 | 0 | 1 | 11E | 5D | 58 |
| Octal | 360 | 304 | 375 | 5 | 27 | 0 | 1 | 436 | 135 | 130 |
| Binary | 11110000 | 11000100 | 11111101 | 101 | 10111 | 0 | 1 | 100011110 | 1011101 | 1011000 |
Color Harmonies of #F0C4FD
Complementary color
Monochromatic Colors of #F0C4FD
Black with #F0C4FD
Text Example
Text Example
White with #F0C4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C4FD; }
p { color: rgb(240,196,253); }
H1.HeaderClassName
{
color: #F0C4FD;
}
.AnyTagClassName
{
color: #F0C4FD;
}
</style>
background-color css
<style>
a { background-color: #F0C4FD; }
a { background-color: rgb(240,196,253); }
div.DivClassName
{
background-color: #F0C4FD;
}
.BgClassName
{
background-color: #F0C4FD;
}
</style>
border-color css
<style>
span { border-color: #F0C4FD; }
span { border-color: rgb(240,196,253); }
td.TdClassName
{
border-color: #F0C4FD;
}
.TagClassName
{
border-color: #F0C4FD;
}
</style>