#F4BF96

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

Shades of Mandys Pink #F4BF96

Tints of Mandys Pink #F4BF96

Color information

#F4BF96 (or 0xF4BF96) is unknown color: approx Mandys Pink. HEX triplet: F4, BF and 96. RGB value is (244,191,150). Sum of RGB (Red+Green+Blue) = 244+191+150=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BF96 is #0B4069. Grayscale: #CACACA. Windows color (decimal): -737386 or 9879540. OLE color: 9879540.

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

Color convert

RGB244191150-
CMYK00.220.390.04
HSL26.17º81.03%77.25%-
HSV(B)26.17º38.52%95.69%-
XYZ61.4458.736.95-
YUV202.1798.56157.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.71%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 150 (58.98% from 255) = 25.64%
R=41.71%
G=32.65%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419115000.220.390.0426.1781.0377.25
HexF4BF960162741a514d
Octal36427722602647432121115
Binary1111010010111111100101100101101001111001101010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BF96; }

 p { color: rgb(244,191,150); }

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

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

 a { background-color: rgb(244,191,150); }

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

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

 span { border-color: rgb(244,191,150); }

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