#F1B297

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

Shades of Mandys Pink #F1B297

Tints of Mandys Pink #F1B297

Color information

#F1B297 (or 0xF1B297) is unknown color: approx Mandys Pink. HEX triplet: F1, B2 and 97. RGB value is (241,178,151). Sum of RGB (Red+Green+Blue) = 241+178+151=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B297 is #0E4D68. Grayscale: #C1C1C1. Windows color (decimal): -937321 or 9941745. OLE color: 9941745.

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

Color convert

RGB241178151-
CMYK00.260.370.05
HSL18º76.27%76.86%-
HSV(B)18º37.34%94.51%-
XYZ57.7852.7836.42-
YUV193.76103.87161.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 151 (59.38% from 255) = 26.49%
R=42.28%
G=31.23%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117815100.260.370.051876.2776.86
HexF1B29701A255124c4d
Octal36126222703245522114115
Binary1111000110110010100101110110101001011011001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B297; }

 p { color: rgb(241,178,151); }

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

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

 a { background-color: rgb(241,178,151); }

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

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

 span { border-color: rgb(241,178,151); }

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