#F2B6FB

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

Shades of Mauve #F2B6FB

Tints of Mauve #F2B6FB

Color information

#F2B6FB (or 0xF2B6FB) is unknown color: approx Mauve. HEX triplet: F2, B6 and FB. RGB value is (242,182,251). Sum of RGB (Red+Green+Blue) = 242+182+251=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 182 (71.48% from 255 or 26.96% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2B6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B6FB is #0D4904. Grayscale: #CFCFCF. Windows color (decimal): -870661 or 16496370. OLE color: 16496370.

HSL color Cylindrical-coordinate representation of color #F2B6FB: hue angle of 292.17º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B6FB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242182251-
CMYK0.040.2700.02
HSL292.17º89.61%84.9%-
HSV(B)292.17º27.49%98.43%-
XYZ70.7659.398.98-
YUV207.81152.38152.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.85%
GREEN value IS 182 (71.48% from 255) = 26.96%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=35.85%
G=26.96%
B=37.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421822510.040.2700.02292.1789.6184.9
HexF2B6FB41B021245a55
Octal36226637343302444132125
Binary1111001010110110111110111001101101010010010010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B6FB; }

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

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

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

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

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

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

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

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