Html Css Color HEX #EFACB2 Blossom

📋 copy color: '#EFACB2'

red 239 ◦ green 172 ◦ blue 178

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

Shades of Blossom #EFACB2

Tints of Blossom #EFACB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.22%

R = 40.58%
G = 29.2%
B = 30.22%

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

#EFACB2 (or 0xEFACB2) is known color: Blossom. HEX triplet: EF, AC and B2. RGB value is (239,172,178). Sum of RGB (Red+Green+Blue) = 239+172+178=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACB2 is #10534D. Grayscale: #C0C0C0. Windows color (decimal): -1069902 or 11709679. OLE color: 11709679.

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

Color convert

RGB 239 172 178 -
CMYK 0 0.28 0.26 0.06
HSL 354.63º 0.68% 0.81% -
HSV(B) 354.63º 0.28% 0.94% -
XYZ 58.39 51.07 48.9 -
YUV 192.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 239 172 178 0 0.28 0.26 0.06 354.63 0.68 0.81
Hex EF AC B2 0 1C 1A 6 163 44 51
Octal 357 254 262 0 34 32 6 543 104 121
Binary 11101111 10101100 10110010 0 11100 11010 110 101100011 1000100 1010001

Color Harmonies of #EFACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACB2

Black with #EFACB2

Text Example


Text Example

White with #EFACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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