#EFAFB2

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

Shades of Blossom #EFAFB2

Tints of Blossom #EFAFB2

Color information

#EFAFB2 (or 0xEFAFB2) is unknown color: approx Blossom. HEX triplet: EF, AF and B2. RGB value is (239,175,178). Sum of RGB (Red+Green+Blue) = 239+175+178=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFB2 is #10504D. Grayscale: #C2C2C2. Windows color (decimal): -1069134 or 11710447. OLE color: 11710447.

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

Color convert

RGB239175178-
CMYK00.270.260.06
HSL357.19º66.67%81.18%-
HSV(B)357.19º26.78%93.73%-
XYZ58.9652.2349.09-
YUV194.48118.7159.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 178 (69.92% from 255) = 30.07%
R=40.37%
G=29.56%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917517800.270.260.06357.1966.6781.18
HexEFAFB201B1A61654351
Octal357257262033326545103121
Binary1110111110101111101100100110111101011010110010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFB2; }

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

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

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

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

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

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

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

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