#F9B9FF

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

Shades of Mauve #F9B9FF

Tints of Mauve #F9B9FF

Color information

#F9B9FF (or 0xF9B9FF) is unknown color: approx Mauve. HEX triplet: F9, B9 and FF. RGB value is (249,185,255). Sum of RGB (Red+Green+Blue) = 249+185+255=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 185 (72.66% from 255 or 26.85% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9B9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B9FF is #064600. Grayscale: #D3D3D3. Windows color (decimal): -411137 or 16759289. OLE color: 16759289.

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

Color convert

RGB249185255-
CMYK0.020.2700
HSL294.86º100%86.27%-
HSV(B)294.86º27.45%100%-
XYZ74.4762.06102.66-
YUV212.12152.2154.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.14%
GREEN value IS 185 (72.66% from 255) = 26.85%
BLUE value IS 255 (100% from 255) = 37.01%
R=36.14%
G=26.85%
B=37.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491852550.020.2700294.8610086.27
HexF9B9FF21B001276456
Octal37127137723300447144126
Binary11111001101110011111111110110110010010011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B9FF; }

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

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

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

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

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

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

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

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