#F7BAFE

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

Shades of Mauve #F7BAFE

Tints of Mauve #F7BAFE

Color information

#F7BAFE (or 0xF7BAFE) is unknown color: approx Mauve. HEX triplet: F7, BA and FE. RGB value is (247,186,254). Sum of RGB (Red+Green+Blue) = 247+186+254=687 (90% of max value = 765). Red value is 247 (96.88% from 255 or 35.95% from 687); Green value is 186 (73.05% from 255 or 27.07% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BAFE is #084501. Grayscale: #D3D3D3. Windows color (decimal): -541954 or 16694007. OLE color: 16694007.

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

Color convert

RGB247186254-
CMYK0.030.2700.00
HSL293.82º97.14%86.27%-
HSV(B)293.82º26.77%99.61%-
XYZ73.8162.05101.85-
YUV211.99151.71152.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.95%
GREEN value IS 186 (73.05% from 255) = 27.07%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=35.95%
G=27.07%
B=36.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2471862540.030.2700.00293.8297.1486.27
HexF7BAFE31B001266156
Octal36727237633300446141126
Binary11110111101110101111111011110110010010011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAFE; }

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

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

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

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

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

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

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

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