#F5C096

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

Shades of Mandys Pink #F5C096

Tints of Mandys Pink #F5C096

Color information

#F5C096 (or 0xF5C096) is unknown color: approx Mandys Pink. HEX triplet: F5, C0 and 96. RGB value is (245,192,150). Sum of RGB (Red+Green+Blue) = 245+192+150=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C096 is #0A3F69. Grayscale: #CBCBCB. Windows color (decimal): -671594 or 9879797. OLE color: 9879797.

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

Color convert

RGB245192150-
CMYK00.220.390.04
HSL26.53º82.61%77.45%-
HSV(B)26.53º38.78%96.08%-
XYZ62.0159.3137.03-
YUV203.0698.06157.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.74%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 150 (58.98% from 255) = 25.55%
R=41.74%
G=32.71%
B=25.55%

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
Decimal24519215000.220.390.0426.5382.6177.45
HexF5C0960162741b534d
Octal36530022602647433123115
Binary1111010111000000100101100101101001111001101110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C096; }

 p { color: rgb(245,192,150); }

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

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

 a { background-color: rgb(245,192,150); }

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

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

 span { border-color: rgb(245,192,150); }

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