#F6AB8D

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

Shades of Mandys Pink #F6AB8D

Tints of Mandys Pink #F6AB8D

Color information

#F6AB8D (or 0xF6AB8D) is unknown color: approx Mandys Pink. HEX triplet: F6, AB and 8D. RGB value is (246,171,141). Sum of RGB (Red+Green+Blue) = 246+171+141=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AB8D is #095472. Grayscale: #BEBEBE. Windows color (decimal): -611443 or 9284598. OLE color: 9284598.

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

Color convert

RGB246171141-
CMYK00.300.430.04
HSL17.14º85.37%75.88%-
HSV(B)17.14º42.68%96.47%-
XYZ57.3850.6431.95-
YUV190100.35167.94-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.09%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 141 (55.47% from 255) = 25.27%
R=44.09%
G=30.65%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617114100.300.430.0417.1485.3775.88
HexF6AB8D01E2B411554c
Octal36625321503653421125114
Binary1111011010101011100011010111101010111001000110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AB8D; }

 p { color: rgb(246,171,141); }

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

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

 a { background-color: rgb(246,171,141); }

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

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

 span { border-color: rgb(246,171,141); }

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