Shades of Mauve #F2C3FF
Tints of Mauve #F2C3FF
RGB
CMYK
RGB Variations
Color information
#F2C3FF (or 0xF2C3FF) is known color: Mauve. HEX triplet: F2, C3 and FF. RGB value is (242,195,255). Sum of RGB (Red+Green+Blue) = 242+195+255=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 195 (76.56% from 255 or 28.18% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2C3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C3FF is #0D3C00. Grayscale: #D7D7D7. Windows color (decimal): -867329 or 16761842. OLE color: 16761842.
HSL color Cylindrical-coordinate representation of color #F2C3FF: hue angle of 287º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2C3FF is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 195 | 255 | - |
| CMYK | 0.05 | 0.24 | 0 | 0 |
| HSL | 287º | 1% | 0.88% | - |
| HSV(B) | 287º | 0.24% | 1% | - |
| XYZ | 74.18 | 65.13 | 103.27 | - |
| YUV | 215.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 255 | 0.05 | 0.24 | 0 | 0 | 287 | 1 | 0.88 |
| Hex | F2 | C3 | FF | 5 | 18 | 0 | 0 | 11F | 64 | 58 |
| Octal | 362 | 303 | 377 | 5 | 30 | 0 | 0 | 437 | 144 | 130 |
| Binary | 11110010 | 11000011 | 11111111 | 101 | 11000 | 0 | 0 | 100011111 | 1100100 | 1011000 |
Color Harmonies of #F2C3FF
Complementary color
Monochromatic Colors of #F2C3FF
Black with #F2C3FF
Text Example
Text Example
White with #F2C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C3FF; }
p { color: rgb(242,195,255); }
H1.HeaderClassName
{
color: #F2C3FF;
}
.AnyTagClassName
{
color: #F2C3FF;
}
</style>
background-color css
<style>
a { background-color: #F2C3FF; }
a { background-color: rgb(242,195,255); }
div.DivClassName
{
background-color: #F2C3FF;
}
.BgClassName
{
background-color: #F2C3FF;
}
</style>
border-color css
<style>
span { border-color: #F2C3FF; }
span { border-color: rgb(242,195,255); }
td.TdClassName
{
border-color: #F2C3FF;
}
.TagClassName
{
border-color: #F2C3FF;
}
</style>