#F5BA99

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

Shades of Mandys Pink #F5BA99

Tints of Mandys Pink #F5BA99

Color information

#F5BA99 (or 0xF5BA99) is unknown color: approx Mandys Pink. HEX triplet: F5, BA and 99. RGB value is (245,186,153). Sum of RGB (Red+Green+Blue) = 245+186+153=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BA99 is #0A4566. Grayscale: #C8C8C8. Windows color (decimal): -673127 or 10074869. OLE color: 10074869.

HSL color Cylindrical-coordinate representation of color #F5BA99: hue angle of 21.52º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5BA99 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245186153-
CMYK00.240.380.04
HSL21.52º82.14%78.04%-
HSV(B)21.52º37.55%96.08%-
XYZ60.9656.8337.89-
YUV199.88101.55160.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.95%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 153 (60.16% from 255) = 26.20%
R=41.95%
G=31.85%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518615300.240.380.0421.5282.1478.04
HexF5BA9901826416524e
Octal36527223103046426122116
Binary1111010110111010100110010110001001101001011010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BA99; }

 p { color: rgb(245,186,153); }

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

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

 a { background-color: rgb(245,186,153); }

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

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

 span { border-color: rgb(245,186,153); }

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