Shades of Blossom #EFB5BB
Tints of Blossom #EFB5BB
RGB
CMYK
RGB Variations
Color information
#EFB5BB (or 0xEFB5BB) is known color: Blossom. HEX triplet: EF, B5 and BB. RGB value is (239,181,187). Sum of RGB (Red+Green+Blue) = 239+181+187=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5BB is #104A44. Grayscale: #C7C7C7. Windows color (decimal): -1067589 or 12301807. OLE color: 12301807.
HSL color Cylindrical-coordinate representation of color #EFB5BB: hue angle of 353.79º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5BB is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 187 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.06 |
| HSL | 353.79º | 0.64% | 0.82% | - |
| HSV(B) | 353.79º | 0.24% | 0.94% | - |
| XYZ | 61.09 | 54.99 | 54.41 | - |
| YUV | 199.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 187 | 0 | 0.24 | 0.22 | 0.06 | 353.79 | 0.64 | 0.82 |
| Hex | EF | B5 | BB | 0 | 18 | 16 | 6 | 162 | 40 | 52 |
| Octal | 357 | 265 | 273 | 0 | 30 | 26 | 6 | 542 | 100 | 122 |
| Binary | 11101111 | 10110101 | 10111011 | 0 | 11000 | 10110 | 110 | 101100010 | 1000000 | 1010010 |
Color Harmonies of #EFB5BB
Complementary color
Monochromatic Colors of #EFB5BB
Black with #EFB5BB
Text Example
Text Example
White with #EFB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5BB; }
p { color: rgb(239,181,187); }
H1.HeaderClassName
{
color: #EFB5BB;
}
.AnyTagClassName
{
color: #EFB5BB;
}
</style>
background-color css
<style>
a { background-color: #EFB5BB; }
a { background-color: rgb(239,181,187); }
div.DivClassName
{
background-color: #EFB5BB;
}
.BgClassName
{
background-color: #EFB5BB;
}
</style>
border-color css
<style>
span { border-color: #EFB5BB; }
span { border-color: rgb(239,181,187); }
td.TdClassName
{
border-color: #EFB5BB;
}
.TagClassName
{
border-color: #EFB5BB;
}
</style>