#F1BF95

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

Shades of Mandys Pink #F1BF95

Tints of Mandys Pink #F1BF95

Color information

#F1BF95 (or 0xF1BF95) is unknown color: approx Mandys Pink. HEX triplet: F1, BF and 95. RGB value is (241,191,149). Sum of RGB (Red+Green+Blue) = 241+191+149=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BF95 is #0E406A. Grayscale: #C9C9C9. Windows color (decimal): -933995 or 9814001. OLE color: 9814001.

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

Color convert

RGB241191149-
CMYK00.210.380.05
HSL27.39º76.67%76.47%-
HSV(B)27.39º38.17%94.51%-
XYZ60.3358.1336.47-
YUV201.1698.56156.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.48%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 149 (58.59% from 255) = 25.65%
R=41.48%
G=32.87%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119114900.210.380.0527.3976.6776.47
HexF1BF950152651b4d4c
Octal36127722502546533115114
Binary1111000110111111100101010101011001101011101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BF95; }

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

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

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

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

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

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

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

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