Shades of Blossom #EFACB7
Tints of Blossom #EFACB7
RGB
CMYK
RGB Variations
Color information
#EFACB7 (or 0xEFACB7) is known color: Blossom. HEX triplet: EF, AC and B7. RGB value is (239,172,183). Sum of RGB (Red+Green+Blue) = 239+172+183=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACB7 is #105348. Grayscale: #C1C1C1. Windows color (decimal): -1069897 or 12037359. OLE color: 12037359.
HSL color Cylindrical-coordinate representation of color #EFACB7: hue angle of 350.15º 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 #EFACB7 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 183 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.06 |
| HSL | 350.15º | 0.68% | 0.81% | - |
| HSV(B) | 350.15º | 0.28% | 0.94% | - |
| XYZ | 58.9 | 51.27 | 51.59 | - |
| YUV | 193.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 183 | 0 | 0.28 | 0.23 | 0.06 | 350.15 | 0.68 | 0.81 |
| Hex | EF | AC | B7 | 0 | 1C | 17 | 6 | 15E | 44 | 51 |
| Octal | 357 | 254 | 267 | 0 | 34 | 27 | 6 | 536 | 104 | 121 |
| Binary | 11101111 | 10101100 | 10110111 | 0 | 11100 | 10111 | 110 | 101011110 | 1000100 | 1010001 |
Color Harmonies of #EFACB7
Complementary color
Monochromatic Colors of #EFACB7
Black with #EFACB7
Text Example
Text Example
White with #EFACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACB7; }
p { color: rgb(239,172,183); }
H1.HeaderClassName
{
color: #EFACB7;
}
.AnyTagClassName
{
color: #EFACB7;
}
</style>
background-color css
<style>
a { background-color: #EFACB7; }
a { background-color: rgb(239,172,183); }
div.DivClassName
{
background-color: #EFACB7;
}
.BgClassName
{
background-color: #EFACB7;
}
</style>
border-color css
<style>
span { border-color: #EFACB7; }
span { border-color: rgb(239,172,183); }
td.TdClassName
{
border-color: #EFACB7;
}
.TagClassName
{
border-color: #EFACB7;
}
</style>