#F6B891

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

Shades of Mandys Pink #F6B891

Tints of Mandys Pink #F6B891

Color information

#F6B891 (or 0xF6B891) is unknown color: approx Mandys Pink. HEX triplet: F6, B8 and 91. RGB value is (246,184,145). Sum of RGB (Red+Green+Blue) = 246+184+145=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 145 (57.03% from 255 or 25.22% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B891 is #09476E. Grayscale: #C6C6C6. Windows color (decimal): -608111 or 9550070. OLE color: 9550070.

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

Color convert

RGB246184145-
CMYK00.250.410.04
HSL23.17º84.87%76.67%-
HSV(B)23.17º41.06%96.47%-
XYZ60.2655.9234.41-
YUV198.0998.04162.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.78%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 145 (57.03% from 255) = 25.22%
R=42.78%
G=32%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618414500.250.410.0423.1784.8776.67
HexF6B89101929417554d
Octal36627022103151427125115
Binary1111011010111000100100010110011010011001011110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B891; }

 p { color: rgb(246,184,145); }

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

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

 a { background-color: rgb(246,184,145); }

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

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

 span { border-color: rgb(246,184,145); }

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