Shades of Mauve #F2BEFC
Tints of Mauve #F2BEFC
RGB
CMYK
RGB Variations
Color information
#F2BEFC (or 0xF2BEFC) is known color: Mauve. HEX triplet: F2, BE and FC. RGB value is (242,190,252). Sum of RGB (Red+Green+Blue) = 242+190+252=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 190 (74.61% from 255 or 27.78% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2BEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEFC is #0D4103. Grayscale: #D4D4D4. Windows color (decimal): -868612 or 16563954. OLE color: 16563954.
HSL color Cylindrical-coordinate representation of color #F2BEFC: hue angle of 290.32º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2BEFC is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 190 | 252 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.01 |
| HSL | 290.32º | 0.91% | 0.87% | - |
| HSV(B) | 290.32º | 0.25% | 0.99% | - |
| XYZ | 72.6 | 62.73 | 100.38 | - |
| YUV | 212.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 252 | 0.04 | 0.25 | 0 | 0.01 | 290.32 | 0.91 | 0.87 |
| Hex | F2 | BE | FC | 4 | 19 | 0 | 1 | 122 | 5B | 57 |
| Octal | 362 | 276 | 374 | 4 | 31 | 0 | 1 | 442 | 133 | 127 |
| Binary | 11110010 | 10111110 | 11111100 | 100 | 11001 | 0 | 1 | 100100010 | 1011011 | 1010111 |
Color Harmonies of #F2BEFC
Complementary color
Monochromatic Colors of #F2BEFC
Black with #F2BEFC
Text Example
Text Example
White with #F2BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEFC; }
p { color: rgb(242,190,252); }
H1.HeaderClassName
{
color: #F2BEFC;
}
.AnyTagClassName
{
color: #F2BEFC;
}
</style>
background-color css
<style>
a { background-color: #F2BEFC; }
a { background-color: rgb(242,190,252); }
div.DivClassName
{
background-color: #F2BEFC;
}
.BgClassName
{
background-color: #F2BEFC;
}
</style>
border-color css
<style>
span { border-color: #F2BEFC; }
span { border-color: rgb(242,190,252); }
td.TdClassName
{
border-color: #F2BEFC;
}
.TagClassName
{
border-color: #F2BEFC;
}
</style>