Html Css Color HEX #EFABB2 Blossom

📋 copy color: '#EFABB2'

red 239 ◦ green 171 ◦ blue 178

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

Shades of Blossom #EFABB2

Tints of Blossom #EFABB2

RGB

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

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

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

R = 40.65%
G = 29.08%
B = 30.27%

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

#EFABB2 (or 0xEFABB2) is known color: Blossom. HEX triplet: EF, AB and B2. RGB value is (239,171,178). Sum of RGB (Red+Green+Blue) = 239+171+178=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABB2 is #10544D. Grayscale: #C0C0C0. Windows color (decimal): -1070158 or 11709423. OLE color: 11709423.

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

Color convert

RGB 239 171 178 -
CMYK 0 0.28 0.26 0.06
HSL 353.82º 0.68% 0.8% -
HSV(B) 353.82º 0.28% 0.94% -
XYZ 58.2 50.69 48.84 -
YUV 192.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 239 171 178 0 0.28 0.26 0.06 353.82 0.68 0.8
Hex EF AB B2 0 1C 1A 6 162 44 50
Octal 357 253 262 0 34 32 6 542 104 120
Binary 11101111 10101011 10110010 0 11100 11010 110 101100010 1000100 1010000

Color Harmonies of #EFABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABB2

Black with #EFABB2

Text Example


Text Example

White with #EFABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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