#F9BEFE

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

Shades of Mauve #F9BEFE

Tints of Mauve #F9BEFE

Color information

#F9BEFE (or 0xF9BEFE) is unknown color: approx Mauve. HEX triplet: F9, BE and FE. RGB value is (249,190,254). Sum of RGB (Red+Green+Blue) = 249+190+254=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 190 (74.61% from 255 or 27.42% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9BEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BEFE is #064101. Grayscale: #D6D6D6. Windows color (decimal): -409858 or 16695033. OLE color: 16695033.

HSL color Cylindrical-coordinate representation of color #F9BEFE: hue angle of 295.31º 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 #F9BEFE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB249190254-
CMYK0.020.2500.00
HSL295.31º96.97%87.06%-
HSV(B)295.31º25.2%99.61%-
XYZ75.3764.12102.17-
YUV214.94150.05152.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.93%
GREEN value IS 190 (74.61% from 255) = 27.42%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=35.93%
G=27.42%
B=36.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491902540.020.2500.00295.3196.9787.06
HexF9BEFE219001276157
Octal37127637623100447141127
Binary11111001101111101111111010110010010010011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BEFE; }

 p { color: rgb(249,190,254); }

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

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

 a { background-color: rgb(249,190,254); }

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

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

 span { border-color: rgb(249,190,254); }

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