#F2BAFE

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

Shades of Mauve #F2BAFE

Tints of Mauve #F2BAFE

Color information

#F2BAFE (or 0xF2BAFE) is unknown color: approx Mauve. HEX triplet: F2, BA and FE. RGB value is (242,186,254). Sum of RGB (Red+Green+Blue) = 242+186+254=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 186 (73.05% from 255 or 27.27% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAFE is #0D4501. Grayscale: #D2D2D2. Windows color (decimal): -869634 or 16694002. OLE color: 16694002.

HSL color Cylindrical-coordinate representation of color #F2BAFE: hue angle of 289.41º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2BAFE is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB242186254-
CMYK0.050.2700.00
HSL289.41º97.14%86.27%-
HSV(B)289.41º26.77%99.61%-
XYZ72.0761.15101.77-
YUV210.5152.55150.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.48%
GREEN value IS 186 (73.05% from 255) = 27.27%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=35.48%
G=27.27%
B=37.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2421862540.050.2700.00289.4197.1486.27
HexF2BAFE51B001216156
Octal36227237653300441141126
Binary111100101011101011111110101110110010010000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAFE; }

 p { color: rgb(242,186,254); }

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

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

 a { background-color: rgb(242,186,254); }

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

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

 span { border-color: rgb(242,186,254); }

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