#F2BEF9

Color #F2BEF9 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #F2BEF9

Tints of Mauve #F2BEF9

Color information

#F2BEF9 (or 0xF2BEF9) is unknown color: approx Mauve. HEX triplet: F2, BE and F9. RGB value is (242,190,249). Sum of RGB (Red+Green+Blue) = 242+190+249=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 190 (74.61% from 255 or 27.90% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2BEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEF9 is #0D4106. Grayscale: #D4D4D4. Windows color (decimal): -868615 or 16367346. OLE color: 16367346.

HSL color Cylindrical-coordinate representation of color #F2BEF9: hue angle of 292.88º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2BEF9 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242190249-
CMYK0.030.2400.02
HSL292.88º83.1%86.08%-
HSV(B)292.88º23.69%97.65%-
XYZ72.1362.5497.89-
YUV212.27148.73149.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 190 (74.61% from 255) = 27.90%
BLUE value IS 249 (97.66% from 255) = 36.56%
R=35.54%
G=27.90%
B=36.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421902490.030.2400.02292.8883.186.08
HexF2BEF9318021255356
Octal36227637133002445123126
Binary111100101011111011111001111100001010010010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BEF9; }

 p { color: rgb(242,190,249); }

 H1.HeaderClassName
 {
   color: #F2BEF9;
 }
 .AnyTagClassName
 {
   color: #F2BEF9;
 }
</style>
background-color css

<style>
 a { background-color: #F2BEF9; }

 a { background-color: rgb(242,190,249); }

 div.DivClassName
 {
   background-color: #F2BEF9;
 }
 .BgClassName
 {
   background-color: #F2BEF9;
 }
</style>
border-color css

<style>
 span { border-color: #F2BEF9; }

 span { border-color: rgb(242,190,249); }

 td.TdClassName
 {
   border-color: #F2BEF9;
 }
 .TagClassName
 {
   border-color: #F2BEF9;
 }
</style>