#F2BBFF

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

Shades of Mauve #F2BBFF

Tints of Mauve #F2BBFF

Color information

#F2BBFF (or 0xF2BBFF) is unknown color: approx Mauve. HEX triplet: F2, BB and FF. RGB value is (242,187,255). Sum of RGB (Red+Green+Blue) = 242+187+255=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2BBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBFF is #0D4400. Grayscale: #D2D2D2. Windows color (decimal): -869377 or 16759794. OLE color: 16759794.

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

Color convert

RGB242187255-
CMYK0.050.2700
HSL288.53º100%86.67%-
HSV(B)288.53º26.67%100%-
XYZ72.4461.64102.69-
YUV211.2152.72149.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.38%
GREEN value IS 187 (73.44% from 255) = 27.34%
BLUE value IS 255 (100% from 255) = 37.28%
R=35.38%
G=27.34%
B=37.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421872550.050.2700288.5310086.67
HexF2BBFF51B001216457
Octal36227337753300441144127
Binary111100101011101111111111101110110010010000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBFF; }

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

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

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

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

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

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

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

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