#F2BBFA

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

Shades of Mauve #F2BBFA

Tints of Mauve #F2BBFA

Color information

#F2BBFA (or 0xF2BBFA) is unknown color: approx Mauve. HEX triplet: F2, BB and FA. RGB value is (242,187,250). Sum of RGB (Red+Green+Blue) = 242+187+250=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 187 (73.44% from 255 or 27.54% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2BBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBFA is #0D4405. Grayscale: #D2D2D2. Windows color (decimal): -869382 or 16432114. OLE color: 16432114.

HSL color Cylindrical-coordinate representation of color #F2BBFA: hue angle of 292.38º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2BBFA is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242187250-
CMYK0.030.2500.02
HSL292.38º86.3%85.69%-
HSV(B)292.38º25.2%98.04%-
XYZ71.6461.3298.5-
YUV210.63150.22150.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 187 (73.44% from 255) = 27.54%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=35.64%
G=27.54%
B=36.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421872500.030.2500.02292.3886.385.69
HexF2BBFA319021245656
Octal36227337233102444126126
Binary111100101011101111111010111100101010010010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBFA; }

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

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

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

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

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

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

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

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