#F4B096

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

Shades of Mandys Pink #F4B096

Tints of Mandys Pink #F4B096

Color information

#F4B096 (or 0xF4B096) is unknown color: approx Mandys Pink. HEX triplet: F4, B0 and 96. RGB value is (244,176,150). Sum of RGB (Red+Green+Blue) = 244+176+150=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4B096 is #0B4F69. Grayscale: #C1C1C1. Windows color (decimal): -741226 or 9875700. OLE color: 9875700.

HSL color Cylindrical-coordinate representation of color #F4B096: hue angle of 16.6º 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 #F4B096 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB244176150-
CMYK00.280.390.04
HSL16.6º81.03%77.25%-
HSV(B)16.6º38.52%95.69%-
XYZ58.3452.4935.91-
YUV193.37103.53164.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.81%
GREEN value IS 176 (69.14% from 255) = 30.88%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=42.81%
G=30.88%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417615000.280.390.0416.681.0377.25
HexF4B09601C27411514d
Octal36426022603447421121115
Binary1111010010110000100101100111001001111001000110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B096; }

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

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

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

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

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

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

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

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