#EFABB2

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

Shades of Blossom #EFABB2

Tints of Blossom #EFABB2

Color information

#EFABB2 (or 0xEFABB2) is unknown color: approx Blossom. HEX triplet: EF, AB and B2. RGB value is (239,171,178). Sum of RGB (Red+Green+Blue) = 239+171+178=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABB2 is #10544D. Grayscale: #C0C0C0. Windows color (decimal): -1070158 or 11709423. OLE color: 11709423.

HSL color Cylindrical-coordinate representation of color #EFABB2: hue angle of 353.82º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABB2 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239171178-
CMYK00.280.260.06
HSL353.82º68%80.39%-
HSV(B)353.82º28.45%93.73%-
XYZ58.250.6948.84-
YUV192.13120.03161.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 178 (69.92% from 255) = 30.27%
R=40.65%
G=29.08%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917117800.280.260.06353.826880.39
HexEFABB201C1A61624450
Octal357253262034326542104120
Binary1110111110101011101100100111001101011010110001010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABB2; }

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

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

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

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

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

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

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

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