#EFAB8F

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

Shades of Mandys Pink #EFAB8F

Tints of Mandys Pink #EFAB8F

Color information

#EFAB8F (or 0xEFAB8F) is unknown color: approx Mandys Pink. HEX triplet: EF, AB and 8F. RGB value is (239,171,143). Sum of RGB (Red+Green+Blue) = 239+171+143=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB8F is #105470. Grayscale: #BCBCBC. Windows color (decimal): -1070193 or 9415663. OLE color: 9415663.

HSL color Cylindrical-coordinate representation of color #EFAB8F: hue angle of 17.5º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFAB8F is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB239171143-
CMYK00.280.400.06
HSL17.5º75%74.9%-
HSV(B)17.5º40.17%93.73%-
XYZ55.1249.4632.63-
YUV188.14102.53164.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 143 (56.25% from 255) = 25.86%
R=43.22%
G=30.92%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917114300.280.400.0617.57574.9
HexEFAB8F01C286124b4b
Octal35725321703450622113113
Binary1110111110101011100011110111001010001101001010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAB8F; }

 p { color: rgb(239,171,143); }

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

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

 a { background-color: rgb(239,171,143); }

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

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

 span { border-color: rgb(239,171,143); }

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