#F0C0FA

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

Shades of Mauve #F0C0FA

Tints of Mauve #F0C0FA

Color information

#F0C0FA (or 0xF0C0FA) is unknown color: approx Mauve. HEX triplet: F0, C0 and FA. RGB value is (240,192,250). Sum of RGB (Red+Green+Blue) = 240+192+250=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 192 (75.39% from 255 or 28.15% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0C0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0FA is #0F3F05. Grayscale: #D4D4D4. Windows color (decimal): -999174 or 16433392. OLE color: 16433392.

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

Color convert

RGB240192250-
CMYK0.040.2300.02
HSL289.66º85.29%86.67%-
HSV(B)289.66º23.2%98.04%-
XYZ72.0463.1398.83-
YUV212.96148.9147.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.19%
GREEN value IS 192 (75.39% from 255) = 28.15%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=35.19%
G=28.15%
B=36.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401922500.040.2300.02289.6685.2986.67
HexF0C0FA417021225557
Octal36030037242702442125127
Binary1111000011000000111110101001011101010010001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C0FA; }

 p { color: rgb(240,192,250); }

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

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

 a { background-color: rgb(240,192,250); }

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

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

 span { border-color: rgb(240,192,250); }

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