#F1BB9E

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

Shades of Mandys Pink #F1BB9E

Tints of Mandys Pink #F1BB9E

Color information

#F1BB9E (or 0xF1BB9E) is unknown color: approx Mandys Pink. HEX triplet: F1, BB and 9E. RGB value is (241,187,158). Sum of RGB (Red+Green+Blue) = 241+187+158=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BB9E is #0E4461. Grayscale: #C8C8C8. Windows color (decimal): -935010 or 10402801. OLE color: 10402801.

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

Color convert

RGB241187158-
CMYK00.220.340.05
HSL20.96º74.77%78.24%-
HSV(B)20.96º34.44%94.51%-
XYZ60.2256.7140.12-
YUV199.84104.39157.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 158 (62.11% from 255) = 26.96%
R=41.13%
G=31.91%
B=26.96%

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
Decimal24118715800.220.340.0520.9674.7778.24
HexF1BB9E016225154b4e
Octal36127323602642525113116
Binary1111000110111011100111100101101000101011010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BB9E; }

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

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

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

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

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

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

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

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