#EFADB6

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

Shades of Blossom #EFADB6

Tints of Blossom #EFADB6

Color information

#EFADB6 (or 0xEFADB6) is unknown color: approx Blossom. HEX triplet: EF, AD and B6. RGB value is (239,173,182). Sum of RGB (Red+Green+Blue) = 239+173+182=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADB6 is #105249. Grayscale: #C1C1C1. Windows color (decimal): -1069642 or 11972079. OLE color: 11972079.

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

Color convert

RGB239173182-
CMYK00.280.240.06
HSL351.82º67.35%80.78%-
HSV(B)351.82º27.62%93.73%-
XYZ58.9851.6251.11-
YUV193.76121.37160.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 182 (71.48% from 255) = 30.64%
R=40.24%
G=29.12%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917318200.280.240.06351.8267.3580.78
HexEFADB601C1861604351
Octal357255266034306540103121
Binary1110111110101101101101100111001100011010110000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFADB6; }

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

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

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

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

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

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

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

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