#EFB5BC

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

Shades of Light Pink #EFB5BC

Tints of Light Pink #EFB5BC

Color information

#EFB5BC (or 0xEFB5BC) is unknown color: approx Light Pink. HEX triplet: EF, B5 and BC. RGB value is (239,181,188). Sum of RGB (Red+Green+Blue) = 239+181+188=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5BC is #104A43. Grayscale: #C7C7C7. Windows color (decimal): -1067588 or 12367343. OLE color: 12367343.

HSL color Cylindrical-coordinate representation of color #EFB5BC: hue angle of 352.76º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5BC is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239181188-
CMYK00.240.210.06
HSL352.76º64.44%82.35%-
HSV(B)352.76º24.27%93.73%-
XYZ61.255.0354.97-
YUV199.14121.72156.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 181 (71.09% from 255) = 29.77%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=39.31%
G=29.77%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918118800.240.210.06352.7664.4482.35
HexEFB5BC0181561614052
Octal357265274030256541100122
Binary1110111110110101101111000110001010111010110000110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5BC; }

 p { color: rgb(239,181,188); }

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

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

 a { background-color: rgb(239,181,188); }

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

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

 span { border-color: rgb(239,181,188); }

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