#F5BF9A

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

Shades of Mandys Pink #F5BF9A

Tints of Mandys Pink #F5BF9A

Color information

#F5BF9A (or 0xF5BF9A) is unknown color: approx Mandys Pink. HEX triplet: F5, BF and 9A. RGB value is (245,191,154). Sum of RGB (Red+Green+Blue) = 245+191+154=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BF9A is #0A4065. Grayscale: #CBCBCB. Windows color (decimal): -671846 or 10141685. OLE color: 10141685.

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

Color convert

RGB245191154-
CMYK00.220.370.04
HSL24.4º81.98%78.24%-
HSV(B)24.4º37.14%96.08%-
XYZ62.1259.0138.69-
YUV202.93100.39158.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.53%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 154 (60.55% from 255) = 26.10%
R=41.53%
G=32.37%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519115400.220.370.0424.481.9878.24
HexF5BF9A01625418524e
Octal36527723202645430122116
Binary1111010110111111100110100101101001011001100010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BF9A; }

 p { color: rgb(245,191,154); }

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

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

 a { background-color: rgb(245,191,154); }

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

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

 span { border-color: rgb(245,191,154); }

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