#F2BEFC

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

Shades of Mauve #F2BEFC

Tints of Mauve #F2BEFC

Color information

#F2BEFC (or 0xF2BEFC) is unknown color: approx 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

RGB242190252-
CMYK0.040.2500.01
HSL290.32º91.18%86.67%-
HSV(B)290.32º24.6%98.82%-
XYZ72.662.73100.38-
YUV212.62150.23148.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.38%
GREEN value IS 190 (74.61% from 255) = 27.78%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=35.38%
G=27.78%
B=36.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421902520.040.2500.01290.3291.1886.67
HexF2BEFC419011225b57
Octal36227637443101442133127
Binary111100101011111011111100100110010110010001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>