Shades of Mauve #F3C2FB
Tints of Mauve #F3C2FB
RGB
CMYK
RGB Variations
Color information
#F3C2FB (or 0xF3C2FB) is known color: Mauve. HEX triplet: F3, C2 and FB. RGB value is (243,194,251). Sum of RGB (Red+Green+Blue) = 243+194+251=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 194 (76.17% from 255 or 28.20% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3C2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C2FB is #0C3D04. Grayscale: #D6D6D6. Windows color (decimal): -802053 or 16499443. OLE color: 16499443.
HSL color Cylindrical-coordinate representation of color #F3C2FB: hue angle of 291.58º 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 #F3C2FB is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 194 | 251 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.02 |
| HSL | 291.58º | 0.88% | 0.87% | - |
| HSV(B) | 291.58º | 0.23% | 0.98% | - |
| XYZ | 73.67 | 64.6 | 99.85 | - |
| YUV | 215.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 251 | 0.03 | 0.23 | 0 | 0.02 | 291.58 | 0.88 | 0.87 |
| Hex | F3 | C2 | FB | 3 | 17 | 0 | 2 | 124 | 58 | 57 |
| Octal | 363 | 302 | 373 | 3 | 27 | 0 | 2 | 444 | 130 | 127 |
| Binary | 11110011 | 11000010 | 11111011 | 11 | 10111 | 0 | 10 | 100100100 | 1011000 | 1010111 |
Color Harmonies of #F3C2FB
Complementary color
Monochromatic Colors of #F3C2FB
Black with #F3C2FB
Text Example
Text Example
White with #F3C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2FB; }
p { color: rgb(243,194,251); }
H1.HeaderClassName
{
color: #F3C2FB;
}
.AnyTagClassName
{
color: #F3C2FB;
}
</style>
background-color css
<style>
a { background-color: #F3C2FB; }
a { background-color: rgb(243,194,251); }
div.DivClassName
{
background-color: #F3C2FB;
}
.BgClassName
{
background-color: #F3C2FB;
}
</style>
border-color css
<style>
span { border-color: #F3C2FB; }
span { border-color: rgb(243,194,251); }
td.TdClassName
{
border-color: #F3C2FB;
}
.TagClassName
{
border-color: #F3C2FB;
}
</style>