#F1B49A

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

Shades of Mandys Pink #F1B49A

Tints of Mandys Pink #F1B49A

Color information

#F1B49A (or 0xF1B49A) is unknown color: approx Mandys Pink. HEX triplet: F1, B4 and 9A. RGB value is (241,180,154). Sum of RGB (Red+Green+Blue) = 241+180+154=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B49A is #0E4B65. Grayscale: #C3C3C3. Windows color (decimal): -936806 or 10138865. OLE color: 10138865.

HSL color Cylindrical-coordinate representation of color #F1B49A: hue angle of 17.93º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1B49A is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241180154-
CMYK00.250.360.05
HSL17.93º75.65%77.45%-
HSV(B)17.93º36.1%94.51%-
XYZ58.4353.6837.85-
YUV195.28104.71160.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 154 (60.55% from 255) = 26.78%
R=41.91%
G=31.30%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118015400.250.360.0517.9375.6577.45
HexF1B49A019245124c4d
Octal36126423203144522114115
Binary1111000110110100100110100110011001001011001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B49A; }

 p { color: rgb(241,180,154); }

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

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

 a { background-color: rgb(241,180,154); }

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

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

 span { border-color: rgb(241,180,154); }

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