#F1B8FC

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

Shades of Mauve #F1B8FC

Tints of Mauve #F1B8FC

Color information

#F1B8FC (or 0xF1B8FC) is unknown color: approx Mauve. HEX triplet: F1, B8 and FC. RGB value is (241,184,252). Sum of RGB (Red+Green+Blue) = 241+184+252=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 184 (72.27% from 255 or 27.18% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1B8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B8FC is #0E4703. Grayscale: #D0D0D0. Windows color (decimal): -935684 or 16562417. OLE color: 16562417.

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

Color convert

RGB241184252-
CMYK0.040.2700.01
HSL290.29º91.89%85.49%-
HSV(B)290.29º26.98%98.82%-
XYZ70.9960.0199.94-
YUV208.8152.38150.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.60%
GREEN value IS 184 (72.27% from 255) = 27.18%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=35.60%
G=27.18%
B=37.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411842520.040.2700.01290.2991.8985.49
HexF1B8FC41B011225c55
Octal36127037443301442134125
Binary111100011011100011111100100110110110010001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B8FC; }

 p { color: rgb(241,184,252); }

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

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

 a { background-color: rgb(241,184,252); }

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

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

 span { border-color: rgb(241,184,252); }

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