#F4C0FB

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

Shades of Mauve #F4C0FB

Tints of Mauve #F4C0FB

Color information

#F4C0FB (or 0xF4C0FB) is unknown color: approx Mauve. HEX triplet: F4, C0 and FB. RGB value is (244,192,251). Sum of RGB (Red+Green+Blue) = 244+192+251=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 192 (75.39% from 255 or 27.95% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4C0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C0FB is #0B3F04. Grayscale: #D6D6D6. Windows color (decimal): -737029 or 16498932. OLE color: 16498932.

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

Color convert

RGB244192251-
CMYK0.030.2400.02
HSL292.88º88.06%86.86%-
HSV(B)292.88º23.51%98.43%-
XYZ73.5763.999.72-
YUV214.27148.73149.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.52%
GREEN value IS 192 (75.39% from 255) = 27.95%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=35.52%
G=27.95%
B=36.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441922510.030.2400.02292.8888.0686.86
HexF4C0FB318021255857
Octal36430037333002445130127
Binary111101001100000011111011111100001010010010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C0FB; }

 p { color: rgb(244,192,251); }

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

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

 a { background-color: rgb(244,192,251); }

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

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

 span { border-color: rgb(244,192,251); }

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