#F9BA9A

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

Shades of Mandys Pink #F9BA9A

Tints of Mandys Pink #F9BA9A

Color information

#F9BA9A (or 0xF9BA9A) is unknown color: approx Mandys Pink. HEX triplet: F9, BA and 9A. RGB value is (249,186,154). Sum of RGB (Red+Green+Blue) = 249+186+154=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BA9A is #064565. Grayscale: #C9C9C9. Windows color (decimal): -410982 or 10140409. OLE color: 10140409.

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

Color convert

RGB249186154-
CMYK00.250.380.02
HSL20.21º88.79%79.02%-
HSV(B)20.21º38.15%97.65%-
XYZ62.4657.5938.4-
YUV201.19101.37162.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.28%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 154 (60.55% from 255) = 26.15%
R=42.28%
G=31.58%
B=26.15%

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
Decimal24918615400.250.380.0220.2188.7979.02
HexF9BA9A01926214594f
Octal37127223203146224131117
Binary111110011011101010011010011001100110101010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BA9A; }

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

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

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

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

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

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

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

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