#F18EAC

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

Shades of Mauvelous #F18EAC

Tints of Mauvelous #F18EAC

Color information

#F18EAC (or 0xF18EAC) is unknown color: approx Mauvelous. HEX triplet: F1, 8E and AC. RGB value is (241,142,172). Sum of RGB (Red+Green+Blue) = 241+142+172=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18EAC is #0E7153. Grayscale: #AFAFAF. Windows color (decimal): -946516 or 11308785. OLE color: 11308785.

HSL color Cylindrical-coordinate representation of color #F18EAC: hue angle of 341.82º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18EAC is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241142172-
CMYK00.410.290.05
HSL341.82º77.95%75.1%-
HSV(B)341.82º41.08%94.51%-
XYZ53.441.0344.13-
YUV175.02126.3175.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=43.42%
G=25.59%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114217200.410.290.05341.8277.9575.1
HexF18EAC0291D51564e4b
Octal361216254051355526116113
Binary11110001100011101010110001010011110110110101011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18EAC; }

 p { color: rgb(241,142,172); }

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

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

 a { background-color: rgb(241,142,172); }

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

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

 span { border-color: rgb(241,142,172); }

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