#F7BAFB

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

Shades of Mauve #F7BAFB

Tints of Mauve #F7BAFB

Color information

#F7BAFB (or 0xF7BAFB) is unknown color: approx Mauve. HEX triplet: F7, BA and FB. RGB value is (247,186,251). Sum of RGB (Red+Green+Blue) = 247+186+251=684 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.11% from 684); Green value is 186 (73.05% from 255 or 27.19% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BAFB is #084504. Grayscale: #D3D3D3. Windows color (decimal): -541957 or 16497399. OLE color: 16497399.

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

Color convert

RGB247186251-
CMYK0.020.2600.02
HSL296.31º89.04%85.69%-
HSV(B)296.31º25.9%98.43%-
XYZ73.3361.8699.34-
YUV211.65150.21153.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.11%
GREEN value IS 186 (73.05% from 255) = 27.19%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=36.11%
G=27.19%
B=36.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471862510.020.2600.02296.3189.0485.69
HexF7BAFB21A021285956
Octal36727237323202450131126
Binary111101111011101011111011101101001010010100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAFB; }

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

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

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

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

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

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

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

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