#F8B6FC

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

Shades of Mauve #F8B6FC

Tints of Mauve #F8B6FC

Color information

#F8B6FC (or 0xF8B6FC) is unknown color: approx Mauve. HEX triplet: F8, B6 and FC. RGB value is (248,182,252). Sum of RGB (Red+Green+Blue) = 248+182+252=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 182 (71.48% from 255 or 26.69% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8B6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B6FC is #074903. Grayscale: #D1D1D1. Windows color (decimal): -477444 or 16561912. OLE color: 16561912.

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

Color convert

RGB248182252-
CMYK0.020.2800.01
HSL296.57º92.11%85.1%-
HSV(B)296.57º27.78%98.82%-
XYZ73.0160.4499.91-
YUV209.71151.87155.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.36%
GREEN value IS 182 (71.48% from 255) = 26.69%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=36.36%
G=26.69%
B=36.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481822520.020.2800.01296.5792.1185.1
HexF8B6FC21C011295c55
Octal37026637423401451134125
Binary11111000101101101111110010111000110010100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B6FC; }

 p { color: rgb(248,182,252); }

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

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

 a { background-color: rgb(248,182,252); }

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

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

 span { border-color: rgb(248,182,252); }

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