#F18AAB

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

Shades of Mauvelous #F18AAB

Tints of Mauvelous #F18AAB

Color information

#F18AAB (or 0xF18AAB) is unknown color: approx Mauvelous. HEX triplet: F1, 8A and AB. RGB value is (241,138,171). Sum of RGB (Red+Green+Blue) = 241+138+171=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AAB is #0E7554. Grayscale: #ACACAC. Windows color (decimal): -947541 or 11242225. OLE color: 11242225.

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

Color convert

RGB241138171-
CMYK00.430.290.05
HSL340.78º78.63%74.31%-
HSV(B)340.78º42.74%94.51%-
XYZ52.7139.8243.44-
YUV172.56127.12176.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=43.82%
G=25.09%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113817100.430.290.05340.7878.6374.31
HexF18AAB02B1D51554f4a
Octal361212253053355525117112
Binary11110001100010101010101101010111110110110101010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AAB; }

 p { color: rgb(241,138,171); }

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

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

 a { background-color: rgb(241,138,171); }

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

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

 span { border-color: rgb(241,138,171); }

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