Shades of Mauve #F0C5FD
Tints of Mauve #F0C5FD
RGB
CMYK
RGB Variations
Color information
#F0C5FD (or 0xF0C5FD) is known color: Mauve. HEX triplet: F0, C5 and FD. RGB value is (240,197,253). Sum of RGB (Red+Green+Blue) = 240+197+253=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 197 (77.34% from 255 or 28.55% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0C5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C5FD is #0F3A02. Grayscale: #D8D8D8. Windows color (decimal): -997891 or 16631280. OLE color: 16631280.
HSL color Cylindrical-coordinate representation of color #F0C5FD: hue angle of 286.07º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0C5FD is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 197 | 253 | - |
CMYK | 0.05 | 0.22 | 0 | 0.01 |
HSL | 286.07º | 0.93% | 0.88% | - |
HSV(B) | 286.07º | 0.22% | 0.99% | - |
XYZ | 73.63 | 65.55 | 101.7 | - |
YUV | 216.24 | 148.75 | 144.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 197 | 253 | 0.05 | 0.22 | 0 | 0.01 | 286.07 | 0.93 | 0.88 |
Hex | F0 | C5 | FD | 5 | 16 | 0 | 1 | 11E | 5D | 58 |
Octal | 360 | 305 | 375 | 5 | 26 | 0 | 1 | 436 | 135 | 130 |
Binary | 11110000 | 11000101 | 11111101 | 101 | 10110 | 0 | 1 | 100011110 | 1011101 | 1011000 |
Color Harmonies of #F0C5FD
Complementary color
Monochromatic Colors of #F0C5FD
Black with #F0C5FD
Text Example
Text Example
White with #F0C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C5FD; }
p { color: rgb(240,197,253); }
H1.HeaderClassName
{
color: #F0C5FD;
}
.AnyTagClassName
{
color: #F0C5FD;
}
</style>
background-color css
<style>
a { background-color: #F0C5FD; }
a { background-color: rgb(240,197,253); }
div.DivClassName
{
background-color: #F0C5FD;
}
.BgClassName
{
background-color: #F0C5FD;
}
</style>
border-color css
<style>
span { border-color: #F0C5FD; }
span { border-color: rgb(240,197,253); }
td.TdClassName
{
border-color: #F0C5FD;
}
.TagClassName
{
border-color: #F0C5FD;
}
</style>