#F5BFFE

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

Shades of Mauve #F5BFFE

Tints of Mauve #F5BFFE

Color information

#F5BFFE (or 0xF5BFFE) is unknown color: approx Mauve. HEX triplet: F5, BF and FE. RGB value is (245,191,254). Sum of RGB (Red+Green+Blue) = 245+191+254=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 191 (75% from 255 or 27.68% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BFFE is #0A4001. Grayscale: #D6D6D6. Windows color (decimal): -671746 or 16695285. OLE color: 16695285.

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

Color convert

RGB245191254-
CMYK0.040.2500.00
HSL291.43º96.92%87.25%-
HSV(B)291.43º24.8%99.61%-
XYZ74.1863.83102.18-
YUV214.33150.39149.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.51%
GREEN value IS 191 (75% from 255) = 27.68%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=35.51%
G=27.68%
B=36.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451912540.040.2500.00291.4396.9287.25
HexF5BFFE419001236157
Octal36527737643100443141127
Binary111101011011111111111110100110010010010001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFFE; }

 p { color: rgb(245,191,254); }

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

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

 a { background-color: rgb(245,191,254); }

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

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

 span { border-color: rgb(245,191,254); }

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