#F2BEFB

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

Shades of Mauve #F2BEFB

Tints of Mauve #F2BEFB

Color information

#F2BEFB (or 0xF2BEFB) is unknown color: approx Mauve. HEX triplet: F2, BE and FB. RGB value is (242,190,251). Sum of RGB (Red+Green+Blue) = 242+190+251=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2BEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEFB is #0D4104. Grayscale: #D4D4D4. Windows color (decimal): -868613 or 16498418. OLE color: 16498418.

HSL color Cylindrical-coordinate representation of color #F2BEFB: hue angle of 291.15º degrees, saturation: 0.88, 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 #F2BEFB is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242190251-
CMYK0.040.2400.02
HSL291.15º88.41%86.47%-
HSV(B)291.15º24.3%98.43%-
XYZ72.4462.6799.54-
YUV212.5149.73149.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.43%
GREEN value IS 190 (74.61% from 255) = 27.82%
BLUE value IS 251 (98.44% from 255) = 36.75%
R=35.43%
G=27.82%
B=36.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421902510.040.2400.02291.1588.4186.47
HexF2BEFB418021235856
Octal36227637343002443130126
Binary1111001010111110111110111001100001010010001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BEFB; }

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

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

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

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

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

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

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

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