#F9BAFB

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

Shades of Mauve #F9BAFB

Tints of Mauve #F9BAFB

Color information

#F9BAFB (or 0xF9BAFB) is unknown color: approx Mauve. HEX triplet: F9, BA and FB. RGB value is (249,186,251). Sum of RGB (Red+Green+Blue) = 249+186+251=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAFB is #064504. Grayscale: #D4D4D4. Windows color (decimal): -410885 or 16497401. OLE color: 16497401.

HSL color Cylindrical-coordinate representation of color #F9BAFB: hue angle of 298.15º 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 #F9BAFB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249186251-
CMYK0.010.2600.02
HSL298.15º89.04%85.69%-
HSV(B)298.15º25.9%98.43%-
XYZ74.0462.2299.37-
YUV212.25149.87154.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.30%
GREEN value IS 186 (73.05% from 255) = 27.11%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=36.30%
G=27.11%
B=36.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491862510.010.2600.02298.1589.0485.69
HexF9BAFB11A0212a5956
Octal37127237313202452131126
Binary11111001101110101111101111101001010010101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAFB; }

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

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

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

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

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

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

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

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