Shades of Mauve #F1C2FB
Tints of Mauve #F1C2FB
RGB
CMYK
RGB Variations
Color information
#F1C2FB (or 0xF1C2FB) is known color: Mauve. HEX triplet: F1, C2 and FB. RGB value is (241,194,251). Sum of RGB (Red+Green+Blue) = 241+194+251=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 194 (76.17% from 255 or 28.28% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1C2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C2FB is #0E3D04. Grayscale: #D6D6D6. Windows color (decimal): -933125 or 16499441. OLE color: 16499441.
HSL color Cylindrical-coordinate representation of color #F1C2FB: hue angle of 289.47º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1C2FB is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 194 | 251 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.02 |
| HSL | 289.47º | 0.88% | 0.87% | - |
| HSV(B) | 289.47º | 0.23% | 0.98% | - |
| XYZ | 72.98 | 64.25 | 99.82 | - |
| YUV | 214.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 194 | 251 | 0.04 | 0.23 | 0 | 0.02 | 289.47 | 0.88 | 0.87 |
| Hex | F1 | C2 | FB | 4 | 17 | 0 | 2 | 121 | 58 | 57 |
| Octal | 361 | 302 | 373 | 4 | 27 | 0 | 2 | 441 | 130 | 127 |
| Binary | 11110001 | 11000010 | 11111011 | 100 | 10111 | 0 | 10 | 100100001 | 1011000 | 1010111 |
Color Harmonies of #F1C2FB
Complementary color
Monochromatic Colors of #F1C2FB
Black with #F1C2FB
Text Example
Text Example
White with #F1C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C2FB; }
p { color: rgb(241,194,251); }
H1.HeaderClassName
{
color: #F1C2FB;
}
.AnyTagClassName
{
color: #F1C2FB;
}
</style>
background-color css
<style>
a { background-color: #F1C2FB; }
a { background-color: rgb(241,194,251); }
div.DivClassName
{
background-color: #F1C2FB;
}
.BgClassName
{
background-color: #F1C2FB;
}
</style>
border-color css
<style>
span { border-color: #F1C2FB; }
span { border-color: rgb(241,194,251); }
td.TdClassName
{
border-color: #F1C2FB;
}
.TagClassName
{
border-color: #F1C2FB;
}
</style>