#F5BB9B

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

Shades of Mandys Pink #F5BB9B

Tints of Mandys Pink #F5BB9B

Color information

#F5BB9B (or 0xF5BB9B) is unknown color: approx Mandys Pink. HEX triplet: F5, BB and 9B. RGB value is (245,187,155). Sum of RGB (Red+Green+Blue) = 245+187+155=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BB9B is #0A4464. Grayscale: #C8C8C8. Windows color (decimal): -672869 or 10206197. OLE color: 10206197.

HSL color Cylindrical-coordinate representation of color #F5BB9B: hue angle of 21.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5BB9B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB245187155-
CMYK00.240.370.04
HSL21.33º81.82%78.43%-
HSV(B)21.33º36.73%96.08%-
XYZ61.3457.3238.84-
YUV200.69102.22159.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.74%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 155 (60.94% from 255) = 26.41%
R=41.74%
G=31.86%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518715500.240.370.0421.3381.8278.43
HexF5BB9B01825415524e
Octal36527323303045425122116
Binary1111010110111011100110110110001001011001010110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BB9B; }

 p { color: rgb(245,187,155); }

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

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

 a { background-color: rgb(245,187,155); }

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

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

 span { border-color: rgb(245,187,155); }

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