#F4ACFA

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

Shades of Mauve #F4ACFA

Tints of Mauve #F4ACFA

Color information

#F4ACFA (or 0xF4ACFA) is unknown color: approx Mauve. HEX triplet: F4, AC and FA. RGB value is (244,172,250). Sum of RGB (Red+Green+Blue) = 244+172+250=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 172 (67.58% from 255 or 25.83% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4ACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ACFA is #0B5305. Grayscale: #CACACA. Windows color (decimal): -742150 or 16428276. OLE color: 16428276.

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

Color convert

RGB244172250-
CMYK0.020.3100.02
HSL295.38º88.64%82.75%-
HSV(B)295.38º31.2%98.04%-
XYZ69.3255.6497.53-
YUV202.42154.85157.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.64%
GREEN value IS 172 (67.58% from 255) = 25.83%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=36.64%
G=25.83%
B=37.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441722500.020.3100.02295.3888.6482.75
HexF4ACFA21F021275953
Octal36425437223702447131123
Binary111101001010110011111010101111101010010011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ACFA; }

 p { color: rgb(244,172,250); }

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

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

 a { background-color: rgb(244,172,250); }

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

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

 span { border-color: rgb(244,172,250); }

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