#F1B498

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

Shades of Mandys Pink #F1B498

Tints of Mandys Pink #F1B498

Color information

#F1B498 (or 0xF1B498) is unknown color: approx Mandys Pink. HEX triplet: F1, B4 and 98. RGB value is (241,180,152). Sum of RGB (Red+Green+Blue) = 241+180+152=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B498 is #0E4B67. Grayscale: #C3C3C3. Windows color (decimal): -936808 or 10007793. OLE color: 10007793.

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

Color convert

RGB241180152-
CMYK00.250.370.05
HSL18.88º76.07%77.06%-
HSV(B)18.88º36.93%94.51%-
XYZ58.2653.6136.98-
YUV195.05103.71160.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 152 (59.77% from 255) = 26.53%
R=42.06%
G=31.41%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118015200.250.370.0518.8876.0777.06
HexF1B498019255134c4d
Octal36126423003145523114115
Binary1111000110110100100110000110011001011011001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B498; }

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

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

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

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

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

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

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

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