Shades of Mauve #F3C4FD
Tints of Mauve #F3C4FD
RGB
CMYK
RGB Variations
Color information
#F3C4FD (or 0xF3C4FD) is known color: Mauve. HEX triplet: F3, C4 and FD. RGB value is (243,196,253). Sum of RGB (Red+Green+Blue) = 243+196+253=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 196 (76.95% from 255 or 28.32% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #F3C4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C4FD is #0C3B02. Grayscale: #D8D8D8. Windows color (decimal): -801539 or 16631027. OLE color: 16631027.
HSL color Cylindrical-coordinate representation of color #F3C4FD: hue angle of 289.47º 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 #F3C4FD is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 196 | 253 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.01 |
| HSL | 289.47º | 0.93% | 0.88% | - |
| HSV(B) | 289.47º | 0.23% | 0.99% | - |
| XYZ | 74.43 | 65.63 | 101.67 | - |
| YUV | 216.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 253 | 0.04 | 0.23 | 0 | 0.01 | 289.47 | 0.93 | 0.88 |
| Hex | F3 | C4 | FD | 4 | 17 | 0 | 1 | 121 | 5D | 58 |
| Octal | 363 | 304 | 375 | 4 | 27 | 0 | 1 | 441 | 135 | 130 |
| Binary | 11110011 | 11000100 | 11111101 | 100 | 10111 | 0 | 1 | 100100001 | 1011101 | 1011000 |
Color Harmonies of #F3C4FD
Complementary color
Monochromatic Colors of #F3C4FD
Black with #F3C4FD
Text Example
Text Example
White with #F3C4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C4FD; }
p { color: rgb(243,196,253); }
H1.HeaderClassName
{
color: #F3C4FD;
}
.AnyTagClassName
{
color: #F3C4FD;
}
</style>
background-color css
<style>
a { background-color: #F3C4FD; }
a { background-color: rgb(243,196,253); }
div.DivClassName
{
background-color: #F3C4FD;
}
.BgClassName
{
background-color: #F3C4FD;
}
</style>
border-color css
<style>
span { border-color: #F3C4FD; }
span { border-color: rgb(243,196,253); }
td.TdClassName
{
border-color: #F3C4FD;
}
.TagClassName
{
border-color: #F3C4FD;
}
</style>