#EFAFB5

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

Shades of Blossom #EFAFB5

Tints of Blossom #EFAFB5

Color information

#EFAFB5 (or 0xEFAFB5) is unknown color: approx Blossom. HEX triplet: EF, AF and B5. RGB value is (239,175,181). Sum of RGB (Red+Green+Blue) = 239+175+181=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFB5 is #10504A. Grayscale: #C2C2C2. Windows color (decimal): -1069131 or 11907055. OLE color: 11907055.

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

Color convert

RGB239175181-
CMYK00.270.240.06
HSL354.38º66.67%81.18%-
HSV(B)354.38º26.78%93.73%-
XYZ59.2752.3550.7-
YUV194.82120.2159.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 181 (71.09% from 255) = 30.42%
R=40.17%
G=29.41%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917518100.270.240.06354.3866.6781.18
HexEFAFB501B1861624351
Octal357257265033306542103121
Binary1110111110101111101101010110111100011010110001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFB5; }

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

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

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

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

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

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

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

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