#EFACB1

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

Shades of Blossom #EFACB1

Tints of Blossom #EFACB1

Color information

#EFACB1 (or 0xEFACB1) is unknown color: approx Blossom. HEX triplet: EF, AC and B1. RGB value is (239,172,177). Sum of RGB (Red+Green+Blue) = 239+172+177=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACB1 is #10534E. Grayscale: #C0C0C0. Windows color (decimal): -1069903 or 11644143. OLE color: 11644143.

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

Color convert

RGB239172177-
CMYK00.280.260.06
HSL355.52º67.68%80.59%-
HSV(B)355.52º28.03%93.73%-
XYZ58.2851.0348.37-
YUV192.6119.2161.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=40.65%
G=29.25%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917217700.280.260.06355.5267.6880.59
HexEFACB101C1A61644451
Octal357254261034326544104121
Binary1110111110101100101100010111001101011010110010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACB1; }

 p { color: rgb(239,172,177); }

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

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

 a { background-color: rgb(239,172,177); }

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

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

 span { border-color: rgb(239,172,177); }

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