#F5BEFC

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

Shades of Mauve #F5BEFC

Tints of Mauve #F5BEFC

Color information

#F5BEFC (or 0xF5BEFC) is unknown color: approx Mauve. HEX triplet: F5, BE and FC. RGB value is (245,190,252). Sum of RGB (Red+Green+Blue) = 245+190+252=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 190 (74.61% from 255 or 27.66% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5BEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BEFC is #0A4103. Grayscale: #D5D5D5. Windows color (decimal): -672004 or 16563957. OLE color: 16563957.

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

Color convert

RGB245190252-
CMYK0.030.2500.01
HSL293.23º91.18%86.67%-
HSV(B)293.23º24.6%98.82%-
XYZ73.6463.27100.43-
YUV213.51149.72150.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.66%
GREEN value IS 190 (74.61% from 255) = 27.66%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=35.66%
G=27.66%
B=36.68%

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
Decimal2451902520.030.2500.01293.2391.1886.67
HexF5BEFC319011255b57
Octal36527637433101445133127
Binary11110101101111101111110011110010110010010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BEFC; }

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

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

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

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

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

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

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

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