#F9B2FF

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

Shades of Mauve #F9B2FF

Tints of Mauve #F9B2FF

Color information

#F9B2FF (or 0xF9B2FF) is unknown color: approx Mauve. HEX triplet: F9, B2 and FF. RGB value is (249,178,255). Sum of RGB (Red+Green+Blue) = 249+178+255=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 178 (69.92% from 255 or 26.10% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9B2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B2FF is #064D00. Grayscale: #CFCFCF. Windows color (decimal): -412929 or 16757497. OLE color: 16757497.

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

Color convert

RGB249178255-
CMYK0.020.3000
HSL295.32º100%84.9%-
HSV(B)295.32º30.2%100%-
XYZ73.0459.2102.19-
YUV208.01154.52157.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.51%
GREEN value IS 178 (69.92% from 255) = 26.10%
BLUE value IS 255 (100% from 255) = 37.39%
R=36.51%
G=26.10%
B=37.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491782550.020.3000295.3210084.9
HexF9B2FF21E001276455
Octal37126237723600447144125
Binary11111001101100101111111110111100010010011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B2FF; }

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

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

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

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

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

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

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

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