#F996AC

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

Shades of Mauvelous #F996AC

Tints of Mauvelous #F996AC

Color information

#F996AC (or 0xF996AC) is unknown color: approx Mauvelous. HEX triplet: F9, 96 and AC. RGB value is (249,150,172). Sum of RGB (Red+Green+Blue) = 249+150+172=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F996AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F996AC is #066953. Grayscale: #B6B6B6. Windows color (decimal): -420180 or 11310841. OLE color: 11310841.

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

Color convert

RGB249150172-
CMYK00.400.310.02
HSL346.67º89.19%78.24%-
HSV(B)346.67º39.76%97.65%-
XYZ57.4244.9344.68-
YUV182.11122.3175.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=43.61%
G=26.27%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915017200.400.310.02346.6789.1978.24
HexF996AC0281F215b594e
Octal371226254050372533131116
Binary1111100110010110101011000101000111111010101101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996AC; }

 p { color: rgb(249,150,172); }

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

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

 a { background-color: rgb(249,150,172); }

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

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

 span { border-color: rgb(249,150,172); }

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