#F5BEFD

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

Shades of Mauve #F5BEFD

Tints of Mauve #F5BEFD

Color information

#F5BEFD (or 0xF5BEFD) is unknown color: approx Mauve. HEX triplet: F5, BE and FD. RGB value is (245,190,253). Sum of RGB (Red+Green+Blue) = 245+190+253=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 190 (74.61% from 255 or 27.62% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5BEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BEFD is #0A4102. Grayscale: #D5D5D5. Windows color (decimal): -672003 or 16629493. OLE color: 16629493.

HSL color Cylindrical-coordinate representation of color #F5BEFD: hue angle of 292.38º degrees, saturation: 0.94, 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 #F5BEFD is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245190253-
CMYK0.030.2500.01
HSL292.38º94.03%86.86%-
HSV(B)292.38º24.9%99.22%-
XYZ73.863.33101.26-
YUV213.63150.22150.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.61%
GREEN value IS 190 (74.61% from 255) = 27.62%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=35.61%
G=27.62%
B=36.77%

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
Decimal2451902530.030.2500.01292.3894.0386.86
HexF5BEFD319011245e57
Octal36527637533101444136127
Binary11110101101111101111110111110010110010010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BEFD; }

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

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

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

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

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

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

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

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