#F2BEFA

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

Shades of Mauve #F2BEFA

Tints of Mauve #F2BEFA

Color information

#F2BEFA (or 0xF2BEFA) is unknown color: approx Mauve. HEX triplet: F2, BE and FA. RGB value is (242,190,250). Sum of RGB (Red+Green+Blue) = 242+190+250=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 190 (74.61% from 255 or 27.86% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2BEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEFA is #0D4105. Grayscale: #D4D4D4. Windows color (decimal): -868614 or 16432882. OLE color: 16432882.

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

Color convert

RGB242190250-
CMYK0.030.2400.02
HSL292º85.71%86.27%-
HSV(B)292º24%98.04%-
XYZ72.2962.6198.72-
YUV212.39149.23149.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.48%
GREEN value IS 190 (74.61% from 255) = 27.86%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=35.48%
G=27.86%
B=36.66%

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
Decimal2421902500.030.2400.0229285.7186.27
HexF2BEFA318021245656
Octal36227637233002444126126
Binary111100101011111011111010111100001010010010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BEFA; }

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

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

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

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

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

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

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

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