#F9BDFD

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

Shades of Mauve #F9BDFD

Tints of Mauve #F9BDFD

Color information

#F9BDFD (or 0xF9BDFD) is unknown color: approx Mauve. HEX triplet: F9, BD and FD. RGB value is (249,189,253). Sum of RGB (Red+Green+Blue) = 249+189+253=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 189 (74.22% from 255 or 27.35% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9BDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDFD is #064202. Grayscale: #D6D6D6. Windows color (decimal): -410115 or 16629241. OLE color: 16629241.

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

Color convert

RGB249189253-
CMYK0.020.2500.01
HSL296.25º94.12%86.67%-
HSV(B)296.25º25.3%99.22%-
XYZ74.9963.63101.26-
YUV214.24149.88152.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.03%
GREEN value IS 189 (74.22% from 255) = 27.35%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=36.03%
G=27.35%
B=36.61%

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
Decimal2491892530.020.2500.01296.2594.1286.67
HexF9BDFD219011285e57
Octal37127537523101450136127
Binary11111001101111011111110110110010110010100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDFD; }

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

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

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

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

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

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

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

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