#F1BF9B

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

Shades of Mandys Pink #F1BF9B

Tints of Mandys Pink #F1BF9B

Color information

#F1BF9B (or 0xF1BF9B) is unknown color: approx Mandys Pink. HEX triplet: F1, BF and 9B. RGB value is (241,191,155). Sum of RGB (Red+Green+Blue) = 241+191+155=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BF9B is #0E4064. Grayscale: #CACACA. Windows color (decimal): -933989 or 10207217. OLE color: 10207217.

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

Color convert

RGB241191155-
CMYK00.210.360.05
HSL25.12º75.44%77.65%-
HSV(B)25.12º35.68%94.51%-
XYZ60.8258.3339.06-
YUV201.85101.56155.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 155 (60.94% from 255) = 26.41%
R=41.06%
G=32.54%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119115500.210.360.0525.1275.4477.65
HexF1BF9B015245194b4e
Octal36127723302544531113116
Binary1111000110111111100110110101011001001011100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BF9B; }

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

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

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

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

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

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

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

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