Shades of Blossom #EFABB6
Tints of Blossom #EFABB6
RGB
CMYK
RGB Variations
Color information
#EFABB6 (or 0xEFABB6) is known color: Blossom. HEX triplet: EF, AB and B6. RGB value is (239,171,182). Sum of RGB (Red+Green+Blue) = 239+171+182=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABB6 is #105449. Grayscale: #C0C0C0. Windows color (decimal): -1070154 or 11971567. OLE color: 11971567.
HSL color Cylindrical-coordinate representation of color #EFABB6: hue angle of 350.29º 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 #EFABB6 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 182 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.06 |
| HSL | 350.29º | 0.68% | 0.8% | - |
| HSV(B) | 350.29º | 0.28% | 0.94% | - |
| XYZ | 58.6 | 50.85 | 50.98 | - |
| YUV | 192.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 182 | 0 | 0.28 | 0.24 | 0.06 | 350.29 | 0.68 | 0.8 |
| Hex | EF | AB | B6 | 0 | 1C | 18 | 6 | 15E | 44 | 50 |
| Octal | 357 | 253 | 266 | 0 | 34 | 30 | 6 | 536 | 104 | 120 |
| Binary | 11101111 | 10101011 | 10110110 | 0 | 11100 | 11000 | 110 | 101011110 | 1000100 | 1010000 |
Color Harmonies of #EFABB6
Complementary color
Monochromatic Colors of #EFABB6
Black with #EFABB6
Text Example
Text Example
White with #EFABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABB6; }
p { color: rgb(239,171,182); }
H1.HeaderClassName
{
color: #EFABB6;
}
.AnyTagClassName
{
color: #EFABB6;
}
</style>
background-color css
<style>
a { background-color: #EFABB6; }
a { background-color: rgb(239,171,182); }
div.DivClassName
{
background-color: #EFABB6;
}
.BgClassName
{
background-color: #EFABB6;
}
</style>
border-color css
<style>
span { border-color: #EFABB6; }
span { border-color: rgb(239,171,182); }
td.TdClassName
{
border-color: #EFABB6;
}
.TagClassName
{
border-color: #EFABB6;
}
</style>