#F1B9FC

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

Shades of Mauve #F1B9FC

Tints of Mauve #F1B9FC

Color information

#F1B9FC (or 0xF1B9FC) is unknown color: approx Mauve. HEX triplet: F1, B9 and FC. RGB value is (241,185,252). Sum of RGB (Red+Green+Blue) = 241+185+252=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 185 (72.66% from 255 or 27.29% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1B9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B9FC is #0E4603. Grayscale: #D1D1D1. Windows color (decimal): -935428 or 16562673. OLE color: 16562673.

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

Color convert

RGB241185252-
CMYK0.040.2700.01
HSL290.15º91.78%85.69%-
HSV(B)290.15º26.59%98.82%-
XYZ71.260.43100.01-
YUV209.38152.05150.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.55%
GREEN value IS 185 (72.66% from 255) = 27.29%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=35.55%
G=27.29%
B=37.17%

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
Decimal2411852520.040.2700.01290.1591.7885.69
HexF1B9FC41B011225c56
Octal36127137443301442134126
Binary111100011011100111111100100110110110010001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9FC; }

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

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

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

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

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

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

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

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