Shades of Blossom #EFACB3
Tints of Blossom #EFACB3
RGB
CMYK
RGB Variations
Color information
#EFACB3 (or 0xEFACB3) is known color: Blossom. HEX triplet: EF, AC and B3. RGB value is (239,172,179). Sum of RGB (Red+Green+Blue) = 239+172+179=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACB3 is #10534C. Grayscale: #C0C0C0. Windows color (decimal): -1069901 or 11775215. OLE color: 11775215.
HSL color Cylindrical-coordinate representation of color #EFACB3: hue angle of 353.73º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACB3 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 179 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.06 |
| HSL | 353.73º | 0.68% | 0.81% | - |
| HSV(B) | 353.73º | 0.28% | 0.94% | - |
| XYZ | 58.49 | 51.11 | 49.43 | - |
| YUV | 192.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 179 | 0 | 0.28 | 0.25 | 0.06 | 353.73 | 0.68 | 0.81 |
| Hex | EF | AC | B3 | 0 | 1C | 19 | 6 | 162 | 44 | 51 |
| Octal | 357 | 254 | 263 | 0 | 34 | 31 | 6 | 542 | 104 | 121 |
| Binary | 11101111 | 10101100 | 10110011 | 0 | 11100 | 11001 | 110 | 101100010 | 1000100 | 1010001 |
Color Harmonies of #EFACB3
Complementary color
Monochromatic Colors of #EFACB3
Black with #EFACB3
Text Example
Text Example
White with #EFACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACB3; }
p { color: rgb(239,172,179); }
H1.HeaderClassName
{
color: #EFACB3;
}
.AnyTagClassName
{
color: #EFACB3;
}
</style>
background-color css
<style>
a { background-color: #EFACB3; }
a { background-color: rgb(239,172,179); }
div.DivClassName
{
background-color: #EFACB3;
}
.BgClassName
{
background-color: #EFACB3;
}
</style>
border-color css
<style>
span { border-color: #EFACB3; }
span { border-color: rgb(239,172,179); }
td.TdClassName
{
border-color: #EFACB3;
}
.TagClassName
{
border-color: #EFACB3;
}
</style>