#EFACB4

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

Shades of Blossom #EFACB4

Tints of Blossom #EFACB4

Color information

#EFACB4 (or 0xEFACB4) is unknown color: approx Blossom. HEX triplet: EF, AC and B4. RGB value is (239,172,180). Sum of RGB (Red+Green+Blue) = 239+172+180=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACB4 is #10534B. Grayscale: #C0C0C0. Windows color (decimal): -1069900 or 11840751. OLE color: 11840751.

HSL color Cylindrical-coordinate representation of color #EFACB4: hue angle of 352.84º 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 #EFACB4 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239172180-
CMYK00.280.250.06
HSL352.84º67.68%80.59%-
HSV(B)352.84º28.03%93.73%-
XYZ58.5951.1549.97-
YUV192.95120.7160.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 180 (70.70% from 255) = 30.46%
R=40.44%
G=29.10%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917218000.280.250.06352.8467.6880.59
HexEFACB401C1961614451
Octal357254264034316541104121
Binary1110111110101100101101000111001100111010110000110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACB4; }

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

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

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

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

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

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

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

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