Shades of Mauve #F0C4FF
Tints of Mauve #F0C4FF
RGB
CMYK
RGB Variations
Color information
#F0C4FF (or 0xF0C4FF) is known color: Mauve. HEX triplet: F0, C4 and FF. RGB value is (240,196,255). Sum of RGB (Red+Green+Blue) = 240+196+255=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 196 (76.95% from 255 or 28.36% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0C4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C4FF is #0F3B00. Grayscale: #D7D7D7. Windows color (decimal): -998145 or 16762096. OLE color: 16762096.
HSL color Cylindrical-coordinate representation of color #F0C4FF: hue angle of 284.75º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0C4FF is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 196 | 255 | - |
| CMYK | 0.06 | 0.23 | 0 | 0 |
| HSL | 284.75º | 1% | 0.88% | - |
| HSV(B) | 284.75º | 0.23% | 1% | - |
| XYZ | 73.73 | 65.23 | 103.31 | - |
| YUV | 215.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 255 | 0.06 | 0.23 | 0 | 0 | 284.75 | 1 | 0.88 |
| Hex | F0 | C4 | FF | 6 | 17 | 0 | 0 | 11D | 64 | 58 |
| Octal | 360 | 304 | 377 | 6 | 27 | 0 | 0 | 435 | 144 | 130 |
| Binary | 11110000 | 11000100 | 11111111 | 110 | 10111 | 0 | 0 | 100011101 | 1100100 | 1011000 |
Color Harmonies of #F0C4FF
Complementary color
Monochromatic Colors of #F0C4FF
Black with #F0C4FF
Text Example
Text Example
White with #F0C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C4FF; }
p { color: rgb(240,196,255); }
H1.HeaderClassName
{
color: #F0C4FF;
}
.AnyTagClassName
{
color: #F0C4FF;
}
</style>
background-color css
<style>
a { background-color: #F0C4FF; }
a { background-color: rgb(240,196,255); }
div.DivClassName
{
background-color: #F0C4FF;
}
.BgClassName
{
background-color: #F0C4FF;
}
</style>
border-color css
<style>
span { border-color: #F0C4FF; }
span { border-color: rgb(240,196,255); }
td.TdClassName
{
border-color: #F0C4FF;
}
.TagClassName
{
border-color: #F0C4FF;
}
</style>