#F18BAB

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

Shades of Mauvelous #F18BAB

Tints of Mauvelous #F18BAB

Color information

#F18BAB (or 0xF18BAB) is unknown color: approx Mauvelous. HEX triplet: F1, 8B and AB. RGB value is (241,139,171). Sum of RGB (Red+Green+Blue) = 241+139+171=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BAB is #0E7454. Grayscale: #ADADAD. Windows color (decimal): -947285 or 11242481. OLE color: 11242481.

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

Color convert

RGB241139171-
CMYK00.420.290.05
HSL341.18º78.46%74.51%-
HSV(B)341.18º42.32%94.51%-
XYZ52.8640.1143.48-
YUV173.15126.79176.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 139 (54.69% from 255) = 25.23%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=43.74%
G=25.23%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113917100.420.290.05341.1878.4674.51
HexF18BAB02A1D51554e4b
Octal361213253052355525116113
Binary11110001100010111010101101010101110110110101010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18BAB; }

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

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

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

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

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

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

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

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