#F3B9FE

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

Shades of Mauve #F3B9FE

Tints of Mauve #F3B9FE

Color information

#F3B9FE (or 0xF3B9FE) is unknown color: approx Mauve. HEX triplet: F3, B9 and FE. RGB value is (243,185,254). Sum of RGB (Red+Green+Blue) = 243+185+254=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 185 (72.66% from 255 or 27.13% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3B9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B9FE is #0C4601. Grayscale: #D1D1D1. Windows color (decimal): -804354 or 16693747. OLE color: 16693747.

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

Color convert

RGB243185254-
CMYK0.040.2700.00
HSL290.43º97.18%86.08%-
HSV(B)290.43º27.17%99.61%-
XYZ72.260.91101.72-
YUV210.21152.72151.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.63%
GREEN value IS 185 (72.66% from 255) = 27.13%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=35.63%
G=27.13%
B=37.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2431852540.040.2700.00290.4397.1886.08
HexF3B9FE41B001226156
Octal36327137643300442141126
Binary111100111011100111111110100110110010010001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9FE; }

 p { color: rgb(243,185,254); }

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

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

 a { background-color: rgb(243,185,254); }

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

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

 span { border-color: rgb(243,185,254); }

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