Html Css Color HEX #EFACB6 Blossom

📋 copy color: '#EFACB6'

red 239 ◦ green 172 ◦ blue 182

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

Shades of Blossom #EFACB6

Tints of Blossom #EFACB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.69%

R = 40.3%
G = 29.01%
B = 30.69%

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

#EFACB6 (or 0xEFACB6) is known color: Blossom. HEX triplet: EF, AC and B6. RGB value is (239,172,182). Sum of RGB (Red+Green+Blue) = 239+172+182=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACB6 is #105349. Grayscale: #C1C1C1. Windows color (decimal): -1069898 or 11971823. OLE color: 11971823.

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

Color convert

RGB 239 172 182 -
CMYK 0 0.28 0.24 0.06
HSL 351.04º 0.68% 0.81% -
HSV(B) 351.04º 0.28% 0.94% -
XYZ 58.79 51.23 51.05 -
YUV 193.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 239 172 182 0 0.28 0.24 0.06 351.04 0.68 0.81
Hex EF AC B6 0 1C 18 6 15F 44 51
Octal 357 254 266 0 34 30 6 537 104 121
Binary 11101111 10101100 10110110 0 11100 11000 110 101011111 1000100 1010001

Color Harmonies of #EFACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACB6

Black with #EFACB6

Text Example


Text Example

White with #EFACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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