#F5BDFC

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

Shades of Mauve #F5BDFC

Tints of Mauve #F5BDFC

Color information

#F5BDFC (or 0xF5BDFC) is unknown color: approx Mauve. HEX triplet: F5, BD and FC. RGB value is (245,189,252). Sum of RGB (Red+Green+Blue) = 245+189+252=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 189 (74.22% from 255 or 27.55% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5BDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDFC is #0A4203. Grayscale: #D4D4D4. Windows color (decimal): -672260 or 16563701. OLE color: 16563701.

HSL color Cylindrical-coordinate representation of color #F5BDFC: hue angle of 293.33º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5BDFC is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245189252-
CMYK0.030.2500.01
HSL293.33º91.3%86.47%-
HSV(B)293.33º25%98.82%-
XYZ73.4262.84100.35-
YUV212.93150.05150.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.71%
GREEN value IS 189 (74.22% from 255) = 27.55%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=35.71%
G=27.55%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451892520.030.2500.01293.3391.386.47
HexF5BDFC319011255b56
Octal36527537433101445133126
Binary11110101101111011111110011110010110010010110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDFC; }

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

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

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

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

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

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

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

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