#EFAFB3

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

Shades of Blossom #EFAFB3

Tints of Blossom #EFAFB3

Color information

#EFAFB3 (or 0xEFAFB3) is unknown color: approx Blossom. HEX triplet: EF, AF and B3. RGB value is (239,175,179). Sum of RGB (Red+Green+Blue) = 239+175+179=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFB3 is #10504C. Grayscale: #C2C2C2. Windows color (decimal): -1069133 or 11775983. OLE color: 11775983.

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

Color convert

RGB239175179-
CMYK00.270.250.06
HSL356.25º66.67%81.18%-
HSV(B)356.25º26.78%93.73%-
XYZ59.0652.2749.62-
YUV194.59119.2159.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 179 (70.31% from 255) = 30.19%
R=40.30%
G=29.51%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917517900.270.250.06356.2566.6781.18
HexEFAFB301B1961644351
Octal357257263033316544103121
Binary1110111110101111101100110110111100111010110010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFB3; }

 p { color: rgb(239,175,179); }

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

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

 a { background-color: rgb(239,175,179); }

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

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

 span { border-color: rgb(239,175,179); }

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