#F1BDFA

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

Shades of Mauve #F1BDFA

Tints of Mauve #F1BDFA

Color information

#F1BDFA (or 0xF1BDFA) is unknown color: approx Mauve. HEX triplet: F1, BD and FA. RGB value is (241,189,250). Sum of RGB (Red+Green+Blue) = 241+189+250=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1BDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDFA is #0E4205. Grayscale: #D3D3D3. Windows color (decimal): -934406 or 16432625. OLE color: 16432625.

HSL color Cylindrical-coordinate representation of color #F1BDFA: hue angle of 291.15º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1BDFA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241189250-
CMYK0.040.2400.02
HSL291.15º85.92%86.08%-
HSV(B)291.15º24.4%98.04%-
XYZ71.736298.63-
YUV211.5149.73149.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 189 (74.22% from 255) = 27.79%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=35.44%
G=27.79%
B=36.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411892500.040.2400.02291.1585.9286.08
HexF1BDFA418021235656
Octal36127537243002443126126
Binary1111000110111101111110101001100001010010001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDFA; }

 p { color: rgb(241,189,250); }

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

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

 a { background-color: rgb(241,189,250); }

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

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

 span { border-color: rgb(241,189,250); }

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