#F5B9FE

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

Shades of Mauve #F5B9FE

Tints of Mauve #F5B9FE

Color information

#F5B9FE (or 0xF5B9FE) is unknown color: approx Mauve. HEX triplet: F5, B9 and FE. RGB value is (245,185,254). Sum of RGB (Red+Green+Blue) = 245+185+254=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 185 (72.66% from 255 or 27.05% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5B9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B9FE is #0A4601. Grayscale: #D2D2D2. Windows color (decimal): -673282 or 16693749. OLE color: 16693749.

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

Color convert

RGB245185254-
CMYK0.040.2700.00
HSL292.17º97.18%86.08%-
HSV(B)292.17º27.17%99.61%-
XYZ72.8961.27101.75-
YUV210.81152.38152.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.82%
GREEN value IS 185 (72.66% from 255) = 27.05%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=35.82%
G=27.05%
B=37.13%

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
Decimal2451852540.040.2700.00292.1797.1886.08
HexF5B9FE41B001246156
Octal36527137643300444141126
Binary111101011011100111111110100110110010010010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B9FE; }

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

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

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

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

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

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

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

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