#F5B4FF

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

Shades of Mauve #F5B4FF

Tints of Mauve #F5B4FF

Color information

#F5B4FF (or 0xF5B4FF) is unknown color: approx Mauve. HEX triplet: F5, B4 and FF. RGB value is (245,180,255). Sum of RGB (Red+Green+Blue) = 245+180+255=680 (90% of max value = 765). Red value is 245 (96.09% from 255 or 36.03% from 680); Green value is 180 (70.70% from 255 or 26.47% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5B4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B4FF is #0A4B00. Grayscale: #CFCFCF. Windows color (decimal): -674561 or 16758005. OLE color: 16758005.

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

Color convert

RGB245180255-
CMYK0.040.2900
HSL292º100%85.29%-
HSV(B)292º29.41%100%-
XYZ72.0359.27102.25-
YUV207.98154.53154.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.03%
GREEN value IS 180 (70.70% from 255) = 26.47%
BLUE value IS 255 (100% from 255) = 37.5%
R=36.03%
G=26.47%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451802550.040.290029210085.29
HexF5B4FF41D001246455
Octal36526437743500444144125
Binary111101011011010011111111100111010010010010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B4FF; }

 p { color: rgb(245,180,255); }

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

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

 a { background-color: rgb(245,180,255); }

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

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

 span { border-color: rgb(245,180,255); }

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