#F9C0FF

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

Shades of Mauve #F9C0FF

Tints of Mauve #F9C0FF

Color information

#F9C0FF (or 0xF9C0FF) is unknown color: approx Mauve. HEX triplet: F9, C0 and FF. RGB value is (249,192,255). Sum of RGB (Red+Green+Blue) = 249+192+255=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 192 (75.39% from 255 or 27.59% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9C0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C0FF is #063F00. Grayscale: #D8D8D8. Windows color (decimal): -409345 or 16761081. OLE color: 16761081.

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

Color convert

RGB249192255-
CMYK0.020.2500
HSL294.29º100%87.65%-
HSV(B)294.29º24.71%100%-
XYZ75.9765.06103.16-
YUV216.22149.88151.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.78%
GREEN value IS 192 (75.39% from 255) = 27.59%
BLUE value IS 255 (100% from 255) = 36.64%
R=35.78%
G=27.59%
B=36.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491922550.020.2500294.2910087.65
HexF9C0FF219001266458
Octal37130037723100446144130
Binary11111001110000001111111110110010010010011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C0FF; }

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

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

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

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

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

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

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

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