Html Css Color HEX #EFAFB3 Blossom

📋 copy color: '#EFAFB3'

red 239 ◦ green 175 ◦ blue 179

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

Shades of Blossom #EFAFB3

Tints of Blossom #EFAFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.19%

R = 40.3%
G = 29.51%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFAFB3 (or 0xEFAFB3) is known color: Blossom. HEX triplet: EF, AF and B3. RGB value is (239,175,179). Sum of RGB (Red+Green+Blue) = 239+175+179=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFB3 is #10504C. Grayscale: #C2C2C2. Windows color (decimal): -1069133 or 11775983. OLE color: 11775983.

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

Color convert

RGB 239 175 179 -
CMYK 0 0.27 0.25 0.06
HSL 356.25º 0.67% 0.81% -
HSV(B) 356.25º 0.27% 0.94% -
XYZ 59.06 52.27 49.62 -
YUV 194.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 239 175 179 0 0.27 0.25 0.06 356.25 0.67 0.81
Hex EF AF B3 0 1B 19 6 164 43 51
Octal 357 257 263 0 33 31 6 544 103 121
Binary 11101111 10101111 10110011 0 11011 11001 110 101100100 1000011 1010001

Color Harmonies of #EFAFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFB3

Black with #EFAFB3

Text Example


Text Example

White with #EFAFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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