#F1B48E

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

Shades of Mandys Pink #F1B48E

Tints of Mandys Pink #F1B48E

Color information

#F1B48E (or 0xF1B48E) is unknown color: approx Mandys Pink. HEX triplet: F1, B4 and 8E. RGB value is (241,180,142). Sum of RGB (Red+Green+Blue) = 241+180+142=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B48E is #0E4B71. Grayscale: #C2C2C2. Windows color (decimal): -936818 or 9352433. OLE color: 9352433.

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

Color convert

RGB241180142-
CMYK00.250.410.05
HSL23.03º77.95%75.1%-
HSV(B)23.03º41.08%94.51%-
XYZ57.4853.332.85-
YUV193.9198.71161.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 180 (70.70% from 255) = 31.97%
BLUE value IS 142 (55.86% from 255) = 25.22%
R=42.81%
G=31.97%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118014200.250.410.0523.0377.9575.1
HexF1B48E019295174e4b
Octal36126421603151527116113
Binary1111000110110100100011100110011010011011011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B48E; }

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

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

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

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

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

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

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

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