#F1BB9F

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

Shades of Mandys Pink #F1BB9F

Tints of Mandys Pink #F1BB9F

Color information

#F1BB9F (or 0xF1BB9F) is unknown color: approx Mandys Pink. HEX triplet: F1, BB and 9F. RGB value is (241,187,159). Sum of RGB (Red+Green+Blue) = 241+187+159=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BB9F is #0E4460. Grayscale: #C8C8C8. Windows color (decimal): -935009 or 10468337. OLE color: 10468337.

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

Color convert

RGB241187159-
CMYK00.220.340.05
HSL20.49º74.55%78.43%-
HSV(B)20.49º34.02%94.51%-
XYZ60.356.7440.58-
YUV199.95104.89157.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 159 (62.5% from 255) = 27.09%
R=41.06%
G=31.86%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118715900.220.340.0520.4974.5578.43
HexF1BB9F016225144b4e
Octal36127323702642524113116
Binary1111000110111011100111110101101000101011010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BB9F; }

 p { color: rgb(241,187,159); }

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

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

 a { background-color: rgb(241,187,159); }

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

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

 span { border-color: rgb(241,187,159); }

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