#F9BA9B

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

Shades of Mandys Pink #F9BA9B

Tints of Mandys Pink #F9BA9B

Color information

#F9BA9B (or 0xF9BA9B) is unknown color: approx Mandys Pink. HEX triplet: F9, BA and 9B. RGB value is (249,186,155). Sum of RGB (Red+Green+Blue) = 249+186+155=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BA9B is #064564. Grayscale: #C9C9C9. Windows color (decimal): -410981 or 10205945. OLE color: 10205945.

HSL color Cylindrical-coordinate representation of color #F9BA9B: hue angle of 19.79º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F9BA9B is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB249186155-
CMYK00.250.380.02
HSL19.79º88.68%79.22%-
HSV(B)19.79º37.75%97.65%-
XYZ62.5457.6238.84-
YUV201.3101.87162.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.20%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 155 (60.94% from 255) = 26.27%
R=42.20%
G=31.53%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918615500.250.380.0219.7988.6879.22
HexF9BA9B01926214594f
Octal37127223303146224131117
Binary111110011011101010011011011001100110101010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BA9B; }

 p { color: rgb(249,186,155); }

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

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

 a { background-color: rgb(249,186,155); }

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

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

 span { border-color: rgb(249,186,155); }

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