#F6B296

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

Shades of Mandys Pink #F6B296

Tints of Mandys Pink #F6B296

Color information

#F6B296 (or 0xF6B296) is unknown color: approx Mandys Pink. HEX triplet: F6, B2 and 96. RGB value is (246,178,150). Sum of RGB (Red+Green+Blue) = 246+178+150=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B296 is #094D69. Grayscale: #C3C3C3. Windows color (decimal): -609642 or 9876214. OLE color: 9876214.

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

Color convert

RGB246178150-
CMYK00.280.390.04
HSL17.5º84.21%77.65%-
HSV(B)17.5º39.02%96.47%-
XYZ59.4353.6436.07-
YUV195.14102.53164.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.86%
GREEN value IS 178 (69.92% from 255) = 31.01%
BLUE value IS 150 (58.98% from 255) = 26.13%
R=42.86%
G=31.01%
B=26.13%

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
Decimal24617815000.280.390.0417.584.2177.65
HexF6B29601C27412544e
Octal36626222603447422124116
Binary1111011010110010100101100111001001111001001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B296; }

 p { color: rgb(246,178,150); }

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

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

 a { background-color: rgb(246,178,150); }

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

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

 span { border-color: rgb(246,178,150); }

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