#EFAFB6

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

Shades of Blossom #EFAFB6

Tints of Blossom #EFAFB6

Color information

#EFAFB6 (or 0xEFAFB6) is unknown color: approx Blossom. HEX triplet: EF, AF and B6. RGB value is (239,175,182). Sum of RGB (Red+Green+Blue) = 239+175+182=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFB6 is #105049. Grayscale: #C2C2C2. Windows color (decimal): -1069130 or 11972591. OLE color: 11972591.

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

Color convert

RGB239175182-
CMYK00.270.240.06
HSL353.44º66.67%81.18%-
HSV(B)353.44º26.78%93.73%-
XYZ59.3752.3951.24-
YUV194.93120.7159.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 182 (71.48% from 255) = 30.54%
R=40.10%
G=29.36%
B=30.54%

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
Decimal23917518200.270.240.06353.4466.6781.18
HexEFAFB601B1861614351
Octal357257266033306541103121
Binary1110111110101111101101100110111100011010110000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFB6; }

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

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

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

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

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

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

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

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