#EFAFB4

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

Shades of Blossom #EFAFB4

Tints of Blossom #EFAFB4

Color information

#EFAFB4 (or 0xEFAFB4) is unknown color: approx Blossom. HEX triplet: EF, AF and B4. RGB value is (239,175,180). Sum of RGB (Red+Green+Blue) = 239+175+180=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFB4 is #10504B. Grayscale: #C2C2C2. Windows color (decimal): -1069132 or 11841519. OLE color: 11841519.

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

Color convert

RGB239175180-
CMYK00.270.250.06
HSL355.31º66.67%81.18%-
HSV(B)355.31º26.78%93.73%-
XYZ59.1652.3150.16-
YUV194.71119.7159.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 180 (70.70% from 255) = 30.30%
R=40.24%
G=29.46%
B=30.30%

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
Decimal23917518000.270.250.06355.3166.6781.18
HexEFAFB401B1961634351
Octal357257264033316543103121
Binary1110111110101111101101000110111100111010110001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFB4; }

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

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

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

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

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

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

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

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