#F7BAFF

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

Shades of Mauve #F7BAFF

Tints of Mauve #F7BAFF

Color information

#F7BAFF (or 0xF7BAFF) is unknown color: approx Mauve. HEX triplet: F7, BA and FF. RGB value is (247,186,255). Sum of RGB (Red+Green+Blue) = 247+186+255=688 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.90% from 688); Green value is 186 (73.05% from 255 or 27.03% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BAFF is #084500. Grayscale: #D3D3D3. Windows color (decimal): -541953 or 16759543. OLE color: 16759543.

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

Color convert

RGB247186255-
CMYK0.030.2700
HSL293.04º100%86.47%-
HSV(B)293.04º27.06%100%-
XYZ73.9762.11102.7-
YUV212.1152.21152.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.90%
GREEN value IS 186 (73.05% from 255) = 27.03%
BLUE value IS 255 (100% from 255) = 37.06%
R=35.90%
G=27.03%
B=37.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2471862550.030.2700293.0410086.47
HexF7BAFF31B001256456
Octal36727237733300445144126
Binary11110111101110101111111111110110010010010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAFF; }

 p { color: rgb(247,186,255); }

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

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

 a { background-color: rgb(247,186,255); }

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

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

 span { border-color: rgb(247,186,255); }

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