#F7BA98

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

Shades of Mandys Pink #F7BA98

Tints of Mandys Pink #F7BA98

Color information

#F7BA98 (or 0xF7BA98) is unknown color: approx Mandys Pink. HEX triplet: F7, BA and 98. RGB value is (247,186,152). Sum of RGB (Red+Green+Blue) = 247+186+152=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BA98 is #084567. Grayscale: #C8C8C8. Windows color (decimal): -542056 or 10009335. OLE color: 10009335.

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

Color convert

RGB247186152-
CMYK00.250.380.03
HSL21.47º85.59%78.24%-
HSV(B)21.47º38.46%96.86%-
XYZ61.5857.1637.49-
YUV200.36100.71161.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.22%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 152 (59.77% from 255) = 25.98%
R=42.22%
G=31.79%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718615200.250.380.0321.4785.5978.24
HexF7BA9801926315564e
Octal36727223003146325126116
Binary111101111011101010011000011001100110111010110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BA98; }

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

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

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

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

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

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

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

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