Html Css Color HEX #EFACB1 Blossom

📋 copy color: '#EFACB1'

red 239 ◦ green 172 ◦ blue 177

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

Shades of Blossom #EFACB1

Tints of Blossom #EFACB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.1%

R = 40.65%
G = 29.25%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFACB1 (or 0xEFACB1) is known color: Blossom. HEX triplet: EF, AC and B1. RGB value is (239,172,177). Sum of RGB (Red+Green+Blue) = 239+172+177=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACB1 is #10534E. Grayscale: #C0C0C0. Windows color (decimal): -1069903 or 11644143. OLE color: 11644143.

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

Color convert

RGB 239 172 177 -
CMYK 0 0.28 0.26 0.06
HSL 355.52º 0.68% 0.81% -
HSV(B) 355.52º 0.28% 0.94% -
XYZ 58.28 51.03 48.37 -
YUV 192.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 239 172 177 0 0.28 0.26 0.06 355.52 0.68 0.81
Hex EF AC B1 0 1C 1A 6 164 44 51
Octal 357 254 261 0 34 32 6 544 104 121
Binary 11101111 10101100 10110001 0 11100 11010 110 101100100 1000100 1010001

Color Harmonies of #EFACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACB1

Black with #EFACB1

Text Example


Text Example

White with #EFACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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