#F1BF97

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

Shades of Mandys Pink #F1BF97

Tints of Mandys Pink #F1BF97

Color information

#F1BF97 (or 0xF1BF97) is unknown color: approx Mandys Pink. HEX triplet: F1, BF and 97. RGB value is (241,191,151). Sum of RGB (Red+Green+Blue) = 241+191+151=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BF97 is #0E4068. Grayscale: #C9C9C9. Windows color (decimal): -933993 or 9945073. OLE color: 9945073.

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

Color convert

RGB241191151-
CMYK00.210.370.05
HSL26.67º76.27%76.86%-
HSV(B)26.67º37.34%94.51%-
XYZ60.4958.237.32-
YUV201.3999.56156.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 151 (59.38% from 255) = 25.90%
R=41.34%
G=32.76%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119115100.210.370.0526.6776.2776.86
HexF1BF970152551b4c4d
Octal36127722702545533114115
Binary1111000110111111100101110101011001011011101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BF97; }

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

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

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

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

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

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

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

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