Shades of Blossom #EFABB3
Tints of Blossom #EFABB3
RGB
CMYK
RGB Variations
Color information
#EFABB3 (or 0xEFABB3) is known color: Blossom. HEX triplet: EF, AB and B3. RGB value is (239,171,179). Sum of RGB (Red+Green+Blue) = 239+171+179=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABB3 is #10544C. Grayscale: #C0C0C0. Windows color (decimal): -1070157 or 11774959. OLE color: 11774959.
HSL color Cylindrical-coordinate representation of color #EFABB3: hue angle of 352.94º 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 #EFABB3 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 179 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.06 |
| HSL | 352.94º | 0.68% | 0.8% | - |
| HSV(B) | 352.94º | 0.28% | 0.94% | - |
| XYZ | 58.3 | 50.73 | 49.37 | - |
| YUV | 192.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 179 | 0 | 0.28 | 0.25 | 0.06 | 352.94 | 0.68 | 0.8 |
| Hex | EF | AB | B3 | 0 | 1C | 19 | 6 | 161 | 44 | 50 |
| Octal | 357 | 253 | 263 | 0 | 34 | 31 | 6 | 541 | 104 | 120 |
| Binary | 11101111 | 10101011 | 10110011 | 0 | 11100 | 11001 | 110 | 101100001 | 1000100 | 1010000 |
Color Harmonies of #EFABB3
Complementary color
Monochromatic Colors of #EFABB3
Black with #EFABB3
Text Example
Text Example
White with #EFABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABB3; }
p { color: rgb(239,171,179); }
H1.HeaderClassName
{
color: #EFABB3;
}
.AnyTagClassName
{
color: #EFABB3;
}
</style>
background-color css
<style>
a { background-color: #EFABB3; }
a { background-color: rgb(239,171,179); }
div.DivClassName
{
background-color: #EFABB3;
}
.BgClassName
{
background-color: #EFABB3;
}
</style>
border-color css
<style>
span { border-color: #EFABB3; }
span { border-color: rgb(239,171,179); }
td.TdClassName
{
border-color: #EFABB3;
}
.TagClassName
{
border-color: #EFABB3;
}
</style>