#F5BDFF

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

Shades of Mauve #F5BDFF

Tints of Mauve #F5BDFF

Color information

#F5BDFF (or 0xF5BDFF) is unknown color: approx Mauve. HEX triplet: F5, BD and FF. RGB value is (245,189,255). Sum of RGB (Red+Green+Blue) = 245+189+255=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 189 (74.22% from 255 or 27.43% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDFF is #0A4200. Grayscale: #D5D5D5. Windows color (decimal): -672257 or 16760309. OLE color: 16760309.

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

Color convert

RGB245189255-
CMYK0.040.2600
HSL290.91º100%87.06%-
HSV(B)290.91º25.88%100%-
XYZ73.963.03102.88-
YUV213.27151.55150.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.56%
GREEN value IS 189 (74.22% from 255) = 27.43%
BLUE value IS 255 (100% from 255) = 37.01%
R=35.56%
G=27.43%
B=37.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451892550.040.2600290.9110087.06
HexF5BDFF41A001236457
Octal36527537743200443144127
Binary111101011011110111111111100110100010010001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDFF; }

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

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

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

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

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

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

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

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