#F8BAFA

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

Shades of Mauve #F8BAFA

Tints of Mauve #F8BAFA

Color information

#F8BAFA (or 0xF8BAFA) is unknown color: approx Mauve. HEX triplet: F8, BA and FA. RGB value is (248,186,250). Sum of RGB (Red+Green+Blue) = 248+186+250=684 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.26% from 684); Green value is 186 (73.05% from 255 or 27.19% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAFA is #074505. Grayscale: #D3D3D3. Windows color (decimal): -476422 or 16431864. OLE color: 16431864.

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

Color convert

RGB248186250-
CMYK0.010.2600.02
HSL298.12º86.49%85.49%-
HSV(B)298.12º25.6%98.04%-
XYZ73.5361.9898.53-
YUV211.83149.54153.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.26%
GREEN value IS 186 (73.05% from 255) = 27.19%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=36.26%
G=27.19%
B=36.55%

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
Decimal2481862500.010.2600.02298.1286.4985.49
HexF8BAFA11A0212a5655
Octal37027237213202452126125
Binary11111000101110101111101011101001010010101010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BAFA; }

 p { color: rgb(248,186,250); }

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

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

 a { background-color: rgb(248,186,250); }

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

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

 span { border-color: rgb(248,186,250); }

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