#F9B49A

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

Shades of Mandys Pink #F9B49A

Tints of Mandys Pink #F9B49A

Color information

#F9B49A (or 0xF9B49A) is unknown color: approx Mandys Pink. HEX triplet: F9, B4 and 9A. RGB value is (249,180,154). Sum of RGB (Red+Green+Blue) = 249+180+154=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B49A is #064B65. Grayscale: #C5C5C5. Windows color (decimal): -412518 or 10138873. OLE color: 10138873.

HSL color Cylindrical-coordinate representation of color #F9B49A: hue angle of 16.42º 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 #F9B49A is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB249180154-
CMYK00.280.380.02
HSL16.42º88.79%79.02%-
HSV(B)16.42º38.15%97.65%-
XYZ61.2255.1237.98-
YUV197.67103.36164.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.71%
GREEN value IS 180 (70.70% from 255) = 30.87%
BLUE value IS 154 (60.55% from 255) = 26.42%
R=42.71%
G=30.87%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918015400.280.380.0216.4288.7979.02
HexF9B49A01C26210594f
Octal37126423203446220131117
Binary111110011011010010011010011100100110101000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B49A; }

 p { color: rgb(249,180,154); }

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

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

 a { background-color: rgb(249,180,154); }

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

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

 span { border-color: rgb(249,180,154); }

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