Shades of Blossom #EFABB7
Tints of Blossom #EFABB7
RGB
CMYK
RGB Variations
Color information
#EFABB7 (or 0xEFABB7) is known color: Blossom. HEX triplet: EF, AB and B7. RGB value is (239,171,183). Sum of RGB (Red+Green+Blue) = 239+171+183=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABB7 is #105448. Grayscale: #C0C0C0. Windows color (decimal): -1070153 or 12037103. OLE color: 12037103.
HSL color Cylindrical-coordinate representation of color #EFABB7: hue angle of 349.41º 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 #EFABB7 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 183 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.06 |
| HSL | 349.41º | 0.68% | 0.8% | - |
| HSV(B) | 349.41º | 0.28% | 0.94% | - |
| XYZ | 58.71 | 50.9 | 51.53 | - |
| YUV | 192.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 183 | 0 | 0.28 | 0.23 | 0.06 | 349.41 | 0.68 | 0.8 |
| Hex | EF | AB | B7 | 0 | 1C | 17 | 6 | 15D | 44 | 50 |
| Octal | 357 | 253 | 267 | 0 | 34 | 27 | 6 | 535 | 104 | 120 |
| Binary | 11101111 | 10101011 | 10110111 | 0 | 11100 | 10111 | 110 | 101011101 | 1000100 | 1010000 |
Color Harmonies of #EFABB7
Complementary color
Monochromatic Colors of #EFABB7
Black with #EFABB7
Text Example
Text Example
White with #EFABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABB7; }
p { color: rgb(239,171,183); }
H1.HeaderClassName
{
color: #EFABB7;
}
.AnyTagClassName
{
color: #EFABB7;
}
</style>
background-color css
<style>
a { background-color: #EFABB7; }
a { background-color: rgb(239,171,183); }
div.DivClassName
{
background-color: #EFABB7;
}
.BgClassName
{
background-color: #EFABB7;
}
</style>
border-color css
<style>
span { border-color: #EFABB7; }
span { border-color: rgb(239,171,183); }
td.TdClassName
{
border-color: #EFABB7;
}
.TagClassName
{
border-color: #EFABB7;
}
</style>