#F2C0F9

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

Shades of Mauve #F2C0F9

Tints of Mauve #F2C0F9

Color information

#F2C0F9 (or 0xF2C0F9) is unknown color: approx Mauve. HEX triplet: F2, C0 and F9. RGB value is (242,192,249). Sum of RGB (Red+Green+Blue) = 242+192+249=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 192 (75.39% from 255 or 28.11% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2C0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C0F9 is #0D3F06. Grayscale: #D5D5D5. Windows color (decimal): -868103 or 16367858. OLE color: 16367858.

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

Color convert

RGB242192249-
CMYK0.030.2300.02
HSL292.63º82.61%86.47%-
HSV(B)292.63º22.89%97.65%-
XYZ72.5763.4298.04-
YUV213.45148.06148.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.43%
GREEN value IS 192 (75.39% from 255) = 28.11%
BLUE value IS 249 (97.66% from 255) = 36.46%
R=35.43%
G=28.11%
B=36.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421922490.030.2300.02292.6382.6186.47
HexF2C0F9317021255356
Octal36230037132702445123126
Binary111100101100000011111001111011101010010010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C0F9; }

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

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

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

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

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

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

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

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