#F8BAFF

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

Shades of Mauve #F8BAFF

Tints of Mauve #F8BAFF

Color information

#F8BAFF (or 0xF8BAFF) is unknown color: approx Mauve. HEX triplet: F8, BA and FF. RGB value is (248,186,255). Sum of RGB (Red+Green+Blue) = 248+186+255=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 186 (73.05% from 255 or 27.00% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAFF is #074500. Grayscale: #D4D4D4. Windows color (decimal): -476417 or 16759544. OLE color: 16759544.

HSL color Cylindrical-coordinate representation of color #F8BAFF: hue angle of 293.91º 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 #F8BAFF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB248186255-
CMYK0.030.2700
HSL293.91º100%86.47%-
HSV(B)293.91º27.06%100%-
XYZ74.3262.29102.71-
YUV212.4152.04153.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.99%
GREEN value IS 186 (73.05% from 255) = 27.00%
BLUE value IS 255 (100% from 255) = 37.01%
R=35.99%
G=27.00%
B=37.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2481862550.030.2700293.9110086.47
HexF8BAFF31B001266456
Octal37027237733300446144126
Binary11111000101110101111111111110110010010011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BAFF; }

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

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

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

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

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

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

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

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