#F5B8FF

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

Shades of Mauve #F5B8FF

Tints of Mauve #F5B8FF

Color information

#F5B8FF (or 0xF5B8FF) is unknown color: approx Mauve. HEX triplet: F5, B8 and FF. RGB value is (245,184,255). Sum of RGB (Red+Green+Blue) = 245+184+255=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 184 (72.27% from 255 or 26.90% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5B8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B8FF is #0A4700. Grayscale: #D2D2D2. Windows color (decimal): -673537 or 16759029. OLE color: 16759029.

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

Color convert

RGB245184255-
CMYK0.040.2800
HSL291.55º100%86.08%-
HSV(B)291.55º27.84%100%-
XYZ72.8560.91102.53-
YUV210.33153.21152.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.82%
GREEN value IS 184 (72.27% from 255) = 26.90%
BLUE value IS 255 (100% from 255) = 37.28%
R=35.82%
G=26.90%
B=37.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451842550.040.2800291.5510086.08
HexF5B8FF41C001246456
Octal36527037743400444144126
Binary111101011011100011111111100111000010010010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B8FF; }

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

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

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

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

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

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

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

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