#F5B5FF

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

Shades of Mauve #F5B5FF

Tints of Mauve #F5B5FF

Color information

#F5B5FF (or 0xF5B5FF) is unknown color: approx Mauve. HEX triplet: F5, B5 and FF. RGB value is (245,181,255). Sum of RGB (Red+Green+Blue) = 245+181+255=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 181 (71.09% from 255 or 26.58% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5B5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B5FF is #0A4A00. Grayscale: #D0D0D0. Windows color (decimal): -674305 or 16758261. OLE color: 16758261.

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

Color convert

RGB245181255-
CMYK0.040.2900
HSL291.89º100%85.49%-
HSV(B)291.89º29.02%100%-
XYZ72.2359.68102.32-
YUV208.57154.2153.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.98%
GREEN value IS 181 (71.09% from 255) = 26.58%
BLUE value IS 255 (100% from 255) = 37.44%
R=35.98%
G=26.58%
B=37.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451812550.040.2900291.8910085.49
HexF5B5FF41D001246455
Octal36526537743500444144125
Binary111101011011010111111111100111010010010010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B5FF; }

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

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

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

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

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

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

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

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