#F5BEFF

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

Shades of Mauve #F5BEFF

Tints of Mauve #F5BEFF

Color information

#F5BEFF (or 0xF5BEFF) is unknown color: approx Mauve. HEX triplet: F5, BE and FF. RGB value is (245,190,255). Sum of RGB (Red+Green+Blue) = 245+190+255=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 190 (74.61% from 255 or 27.54% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5BEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BEFF is #0A4100. Grayscale: #D5D5D5. Windows color (decimal): -672001 or 16760565. OLE color: 16760565.

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

Color convert

RGB245190255-
CMYK0.040.2500
HSL290.77º100%87.25%-
HSV(B)290.77º25.49%100%-
XYZ74.1263.46102.95-
YUV213.85151.22150.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.51%
GREEN value IS 190 (74.61% from 255) = 27.54%
BLUE value IS 255 (100% from 255) = 36.96%
R=35.51%
G=27.54%
B=36.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451902550.040.2500290.7710087.25
HexF5BEFF419001236457
Octal36527637743100443144127
Binary111101011011111011111111100110010010010001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BEFF; }

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

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

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

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

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

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

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

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