Html Css Color HEX #EFABB5 Blossom

📋 copy color: '#EFABB5'

red 239 ◦ green 171 ◦ blue 181

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

Shades of Blossom #EFABB5

Tints of Blossom #EFABB5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.93%

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

R = 40.44%
G = 28.93%
B = 30.63%

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

#EFABB5 (or 0xEFABB5) is known color: Blossom. HEX triplet: EF, AB and B5. RGB value is (239,171,181). Sum of RGB (Red+Green+Blue) = 239+171+181=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABB5 is #10544A. Grayscale: #C0C0C0. Windows color (decimal): -1070155 or 11906031. OLE color: 11906031.

HSL color Cylindrical-coordinate representation of color #EFABB5: hue angle of 351.18º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABB5 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 181 -
CMYK 0 0.28 0.24 0.06
HSL 351.18º 0.68% 0.8% -
HSV(B) 351.18º 0.28% 0.94% -
XYZ 58.5 50.81 50.44 -
YUV 192.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 239 171 181 0 0.28 0.24 0.06 351.18 0.68 0.8
Hex EF AB B5 0 1C 18 6 15F 44 50
Octal 357 253 265 0 34 30 6 537 104 120
Binary 11101111 10101011 10110101 0 11100 11000 110 101011111 1000100 1010000

Color Harmonies of #EFABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABB5

Black with #EFABB5

Text Example


Text Example

White with #EFABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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