Shades of Blossom #EFAAB1
Tints of Blossom #EFAAB1
RGB
CMYK
RGB Variations
Color information
#EFAAB1 (or 0xEFAAB1) is known color: Blossom. HEX triplet: EF, AA and B1. RGB value is (239,170,177). Sum of RGB (Red+Green+Blue) = 239+170+177=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAAB1 is #10554E. Grayscale: #BFBFBF. Windows color (decimal): -1070415 or 11643631. OLE color: 11643631.
HSL color Cylindrical-coordinate representation of color #EFAAB1: hue angle of 353.91º 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 #EFAAB1 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 177 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.06 |
| HSL | 353.91º | 0.68% | 0.8% | - |
| HSV(B) | 353.91º | 0.29% | 0.94% | - |
| XYZ | 57.91 | 50.27 | 48.25 | - |
| YUV | 191.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 177 | 0 | 0.29 | 0.26 | 0.06 | 353.91 | 0.68 | 0.8 |
| Hex | EF | AA | B1 | 0 | 1D | 1A | 6 | 162 | 44 | 50 |
| Octal | 357 | 252 | 261 | 0 | 35 | 32 | 6 | 542 | 104 | 120 |
| Binary | 11101111 | 10101010 | 10110001 | 0 | 11101 | 11010 | 110 | 101100010 | 1000100 | 1010000 |
Color Harmonies of #EFAAB1
Complementary color
Monochromatic Colors of #EFAAB1
Black with #EFAAB1
Text Example
Text Example
White with #EFAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAB1; }
p { color: rgb(239,170,177); }
H1.HeaderClassName
{
color: #EFAAB1;
}
.AnyTagClassName
{
color: #EFAAB1;
}
</style>
background-color css
<style>
a { background-color: #EFAAB1; }
a { background-color: rgb(239,170,177); }
div.DivClassName
{
background-color: #EFAAB1;
}
.BgClassName
{
background-color: #EFAAB1;
}
</style>
border-color css
<style>
span { border-color: #EFAAB1; }
span { border-color: rgb(239,170,177); }
td.TdClassName
{
border-color: #EFAAB1;
}
.TagClassName
{
border-color: #EFAAB1;
}
</style>