Shades of Blossom #EFAAB0
Tints of Blossom #EFAAB0
RGB
CMYK
RGB Variations
Color information
#EFAAB0 (or 0xEFAAB0) is known color: Blossom. HEX triplet: EF, AA and B0. RGB value is (239,170,176). Sum of RGB (Red+Green+Blue) = 239+170+176=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAAB0 is #10554F. Grayscale: #BFBFBF. Windows color (decimal): -1070416 or 11578095. OLE color: 11578095.
HSL color Cylindrical-coordinate representation of color #EFAAB0: hue angle of 354.78º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAAB0 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 176 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.06 |
| HSL | 354.78º | 0.68% | 0.8% | - |
| HSV(B) | 354.78º | 0.29% | 0.94% | - |
| XYZ | 57.81 | 50.23 | 47.72 | - |
| YUV | 191.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 176 | 0 | 0.29 | 0.26 | 0.06 | 354.78 | 0.68 | 0.8 |
| Hex | EF | AA | B0 | 0 | 1D | 1A | 6 | 163 | 44 | 50 |
| Octal | 357 | 252 | 260 | 0 | 35 | 32 | 6 | 543 | 104 | 120 |
| Binary | 11101111 | 10101010 | 10110000 | 0 | 11101 | 11010 | 110 | 101100011 | 1000100 | 1010000 |
Color Harmonies of #EFAAB0
Complementary color
Monochromatic Colors of #EFAAB0
Black with #EFAAB0
Text Example
Text Example
White with #EFAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAB0; }
p { color: rgb(239,170,176); }
H1.HeaderClassName
{
color: #EFAAB0;
}
.AnyTagClassName
{
color: #EFAAB0;
}
</style>
background-color css
<style>
a { background-color: #EFAAB0; }
a { background-color: rgb(239,170,176); }
div.DivClassName
{
background-color: #EFAAB0;
}
.BgClassName
{
background-color: #EFAAB0;
}
</style>
border-color css
<style>
span { border-color: #EFAAB0; }
span { border-color: rgb(239,170,176); }
td.TdClassName
{
border-color: #EFAAB0;
}
.TagClassName
{
border-color: #EFAAB0;
}
</style>