#F8BAFE

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

Shades of Mauve #F8BAFE

Tints of Mauve #F8BAFE

Color information

#F8BAFE (or 0xF8BAFE) is unknown color: approx Mauve. HEX triplet: F8, BA and FE. RGB value is (248,186,254). Sum of RGB (Red+Green+Blue) = 248+186+254=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 186 (73.05% from 255 or 27.03% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAFE is #074501. Grayscale: #D4D4D4. Windows color (decimal): -476418 or 16694008. OLE color: 16694008.

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

Color convert

RGB248186254-
CMYK0.020.2700.00
HSL294.71º97.14%86.27%-
HSV(B)294.71º26.77%99.61%-
XYZ74.1662.23101.87-
YUV212.29151.54153.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.05%
GREEN value IS 186 (73.05% from 255) = 27.03%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=36.05%
G=27.03%
B=36.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2481862540.020.2700.00294.7197.1486.27
HexF8BAFE21B001276156
Octal37027237623300447141126
Binary11111000101110101111111010110110010010011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BAFE; }

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

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

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

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

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

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

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

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