Html Css Color HEX #EFAFB2 Blossom

📋 copy color: '#EFAFB2'

red 239 ◦ green 175 ◦ blue 178

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

Shades of Blossom #EFAFB2

Tints of Blossom #EFAFB2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.56%

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

R = 40.37%
G = 29.56%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFAFB2 (or 0xEFAFB2) is known color: Blossom. HEX triplet: EF, AF and B2. RGB value is (239,175,178). Sum of RGB (Red+Green+Blue) = 239+175+178=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFB2 is #10504D. Grayscale: #C2C2C2. Windows color (decimal): -1069134 or 11710447. OLE color: 11710447.

HSL color Cylindrical-coordinate representation of color #EFAFB2: hue angle of 357.19º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFB2 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 178 -
CMYK 0 0.27 0.26 0.06
HSL 357.19º 0.67% 0.81% -
HSV(B) 357.19º 0.27% 0.94% -
XYZ 58.96 52.23 49.09 -
YUV 194.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 239 175 178 0 0.27 0.26 0.06 357.19 0.67 0.81
Hex EF AF B2 0 1B 1A 6 165 43 51
Octal 357 257 262 0 33 32 6 545 103 121
Binary 11101111 10101111 10110010 0 11011 11010 110 101100101 1000011 1010001

Color Harmonies of #EFAFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFB2

Black with #EFAFB2

Text Example


Text Example

White with #EFAFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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