#F2B9FE

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

Shades of Mauve #F2B9FE

Tints of Mauve #F2B9FE

Color information

#F2B9FE (or 0xF2B9FE) is unknown color: approx Mauve. HEX triplet: F2, B9 and FE. RGB value is (242,185,254). Sum of RGB (Red+Green+Blue) = 242+185+254=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 185 (72.66% from 255 or 27.17% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2B9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B9FE is #0D4601. Grayscale: #D1D1D1. Windows color (decimal): -869890 or 16693746. OLE color: 16693746.

HSL color Cylindrical-coordinate representation of color #F2B9FE: hue angle of 289.57º 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 #F2B9FE is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB242185254-
CMYK0.050.2700.00
HSL289.57º97.18%86.08%-
HSV(B)289.57º27.17%99.61%-
XYZ71.8660.73101.7-
YUV209.91152.88150.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 185 (72.66% from 255) = 27.17%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=35.54%
G=27.17%
B=37.30%

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
Decimal2421852540.050.2700.00289.5797.1886.08
HexF2B9FE51B001226156
Octal36227137653300442141126
Binary111100101011100111111110101110110010010001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9FE; }

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

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

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

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

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

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

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

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