Html Css Color HEX #EFB3BA Blossom

📋 copy color: '#EFB3BA'

red 239 ◦ green 179 ◦ blue 186

#EFB3BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #EFB3BA

Tints of Blossom #EFB3BA

RGB

 RED value IS 239 (93.75% from 255) = 39.57%

 GREEN value IS 179 (70.31% from 255) = 29.64%

 BLUE value IS 186 (73.05% from 255) = 30.79%

R = 39.57%
G = 29.64%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFB3BA (or 0xEFB3BA) is known color: Blossom. HEX triplet: EF, B3 and BA. RGB value is (239,179,186). Sum of RGB (Red+Green+Blue) = 239+179+186=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3BA is #104C45. Grayscale: #C5C5C5. Windows color (decimal): -1068102 or 12235759. OLE color: 12235759.

HSL color Cylindrical-coordinate representation of color #EFB3BA: hue angle of 353º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB3BA is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 186 -
CMYK 0 0.25 0.22 0.06
HSL 353º 0.65% 0.82% -
HSV(B) 353º 0.25% 0.94% -
XYZ 60.58 54.14 53.71 -
YUV 197.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 239 179 186 0 0.25 0.22 0.06 353 0.65 0.82
Hex EF B3 BA 0 19 16 6 161 41 52
Octal 357 263 272 0 31 26 6 541 101 122
Binary 11101111 10110011 10111010 0 11001 10110 110 101100001 1000001 1010010

Color Harmonies of #EFB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3BA

Black with #EFB3BA

Text Example


Text Example

White with #EFB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3BA; }

 p { color: rgb(239,179,186); }

 H1.HeaderClassName
 {
   color: #EFB3BA;
 }
 .AnyTagClassName
 {
   color: #EFB3BA;
 }
</style>

background-color css

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

 a { background-color: rgb(239,179,186); }

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

border-color css

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

 span { border-color: rgb(239,179,186); }

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