#F18DAE

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

Shades of Mauvelous #F18DAE

Tints of Mauvelous #F18DAE

Color information

#F18DAE (or 0xF18DAE) is unknown color: approx Mauvelous. HEX triplet: F1, 8D and AE. RGB value is (241,141,174). Sum of RGB (Red+Green+Blue) = 241+141+174=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18DAE is #0E7251. Grayscale: #AEAEAE. Windows color (decimal): -946770 or 11439601. OLE color: 11439601.

HSL color Cylindrical-coordinate representation of color #F18DAE: hue angle of 340.2º 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 #F18DAE is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241141174-
CMYK00.410.280.05
HSL340.2º78.12%74.9%-
HSV(B)340.2º41.49%94.51%-
XYZ53.4440.8145.1-
YUV174.66127.63175.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=43.35%
G=25.36%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114117400.410.280.05340.278.1274.9
HexF18DAE0291C51544e4b
Octal361215256051345524116113
Binary11110001100011011010111001010011110010110101010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18DAE; }

 p { color: rgb(241,141,174); }

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

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

 a { background-color: rgb(241,141,174); }

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

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

 span { border-color: rgb(241,141,174); }

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