#f7ba90

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

Shades of Mandys Pink #F7BA90

Tints of Mandys Pink #F7BA90

Color information

#F7BA90 (or 0xF7BA90) is unknown color: approx Mandys Pink. HEX triplet: F7, BA and 90. RGB value is (247,186,144). Sum of RGB (Red+Green+Blue) = 247+186+144=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BA90 is #08456F. Grayscale: #C7C7C7. Windows color (decimal): -542064 or 9485047. OLE color: 9485047.

HSL color Cylindrical-coordinate representation of color #F7BA90: hue angle of 24.47º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F7BA90 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB247186144-
CMYK00.250.420.03
HSL24.47º86.55%76.67%-
HSV(B)24.47º41.7%96.86%-
XYZ60.9556.9134.16-
YUV199.4596.71161.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.81%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 144 (56.64% from 255) = 24.96%
R=42.81%
G=32.24%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718614400.250.420.0324.4786.5576.67
HexF7BA900192A318574d
Octal36727222003152330127115
Binary111101111011101010010000011001101010111100010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7ba90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7ba90; }

 p { color: rgb(247,186,144); }

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

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

 a { background-color: rgb(247,186,144); }

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

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

 span { border-color: rgb(247,186,144); }

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