#F5AB8D

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

Shades of Mandys Pink #F5AB8D

Tints of Mandys Pink #F5AB8D

Color information

#F5AB8D (or 0xF5AB8D) is unknown color: approx Mandys Pink. HEX triplet: F5, AB and 8D. RGB value is (245,171,141). Sum of RGB (Red+Green+Blue) = 245+171+141=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AB8D is #0A5472. Grayscale: #BDBDBD. Windows color (decimal): -676979 or 9284597. OLE color: 9284597.

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

Color convert

RGB245171141-
CMYK00.300.420.04
HSL17.31º83.87%75.69%-
HSV(B)17.31º42.45%96.08%-
XYZ57.0350.4631.93-
YUV189.71100.52167.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.99%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=43.99%
G=30.70%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517114100.300.420.0417.3183.8775.69
HexF5AB8D01E2A411544c
Octal36525321503652421124114
Binary1111010110101011100011010111101010101001000110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AB8D; }

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

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

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

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

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

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

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

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