Html Css Color HEX #EFACB5 Blossom

📋 copy color: '#EFACB5'

red 239 ◦ green 172 ◦ blue 181

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

Shades of Blossom #EFACB5

Tints of Blossom #EFACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.05%

 BLUE value IS 181 (71.09% from 255) = 30.57%

R = 40.37%
G = 29.05%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFACB5 (or 0xEFACB5) is known color: Blossom. HEX triplet: EF, AC and B5. RGB value is (239,172,181). Sum of RGB (Red+Green+Blue) = 239+172+181=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACB5 is #10534A. Grayscale: #C1C1C1. Windows color (decimal): -1069899 or 11906287. OLE color: 11906287.

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

Color convert

RGB 239 172 181 -
CMYK 0 0.28 0.24 0.06
HSL 351.94º 0.68% 0.81% -
HSV(B) 351.94º 0.28% 0.94% -
XYZ 58.69 51.19 50.5 -
YUV 193.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 239 172 181 0 0.28 0.24 0.06 351.94 0.68 0.81
Hex EF AC B5 0 1C 18 6 160 44 51
Octal 357 254 265 0 34 30 6 540 104 121
Binary 11101111 10101100 10110101 0 11100 11000 110 101100000 1000100 1010001

Color Harmonies of #EFACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACB5

Black with #EFACB5

Text Example


Text Example

White with #EFACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACB5; }

 p { color: rgb(239,172,181); }

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

background-color css

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

 a { background-color: rgb(239,172,181); }

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

border-color css

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

 span { border-color: rgb(239,172,181); }

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