#F5BBFF

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

Shades of Mauve #F5BBFF

Tints of Mauve #F5BBFF

Color information

#F5BBFF (or 0xF5BBFF) is unknown color: approx Mauve. HEX triplet: F5, BB and FF. RGB value is (245,187,255). Sum of RGB (Red+Green+Blue) = 245+187+255=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 187 (73.44% from 255 or 27.22% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5BBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BBFF is #0A4400. Grayscale: #D3D3D3. Windows color (decimal): -672769 or 16759797. OLE color: 16759797.

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

Color convert

RGB245187255-
CMYK0.040.2700
HSL291.18º100%86.67%-
HSV(B)291.18º26.67%100%-
XYZ73.4862.17102.74-
YUV212.09152.22151.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.66%
GREEN value IS 187 (73.44% from 255) = 27.22%
BLUE value IS 255 (100% from 255) = 37.12%
R=35.66%
G=27.22%
B=37.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451872550.040.2700291.1810086.67
HexF5BBFF41B001236457
Octal36527337743300443144127
Binary111101011011101111111111100110110010010001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BBFF; }

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

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

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

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

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

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

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

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