#F9BEFD

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

Shades of Mauve #F9BEFD

Tints of Mauve #F9BEFD

Color information

#F9BEFD (or 0xF9BEFD) is unknown color: approx Mauve. HEX triplet: F9, BE and FD. RGB value is (249,190,253). Sum of RGB (Red+Green+Blue) = 249+190+253=692 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.98% from 692); Green value is 190 (74.61% from 255 or 27.46% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9BEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BEFD is #064102. Grayscale: #D6D6D6. Windows color (decimal): -409859 or 16629497. OLE color: 16629497.

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

Color convert

RGB249190253-
CMYK0.020.2500.01
HSL296.19º94.03%86.86%-
HSV(B)296.19º24.9%99.22%-
XYZ75.2164.06101.33-
YUV214.82149.55152.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.98%
GREEN value IS 190 (74.61% from 255) = 27.46%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=35.98%
G=27.46%
B=36.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491902530.020.2500.01296.1994.0386.86
HexF9BEFD219011285e57
Octal37127637523101450136127
Binary11111001101111101111110110110010110010100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BEFD; }

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

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

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

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

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

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

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

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