#F9BDFF

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

Shades of Mauve #F9BDFF

Tints of Mauve #F9BDFF

Color information

#F9BDFF (or 0xF9BDFF) is unknown color: approx Mauve. HEX triplet: F9, BD and FF. RGB value is (249,189,255). Sum of RGB (Red+Green+Blue) = 249+189+255=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 189 (74.22% from 255 or 27.27% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDFF is #064200. Grayscale: #D6D6D6. Windows color (decimal): -410113 or 16760313. OLE color: 16760313.

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

Color convert

RGB249189255-
CMYK0.020.2600
HSL294.55º100%87.06%-
HSV(B)294.55º25.88%100%-
XYZ75.3163.75102.94-
YUV214.46150.88152.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.93%
GREEN value IS 189 (74.22% from 255) = 27.27%
BLUE value IS 255 (100% from 255) = 36.80%
R=35.93%
G=27.27%
B=36.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491892550.020.2600294.5510087.06
HexF9BDFF21A001276457
Octal37127537723200447144127
Binary11111001101111011111111110110100010010011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDFF; }

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

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

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

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

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

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

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

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