Shades of Blossom #EFACB4
Tints of Blossom #EFACB4
RGB
CMYK
RGB Variations
Color information
#EFACB4 (or 0xEFACB4) is known color: Blossom. HEX triplet: EF, AC and B4. RGB value is (239,172,180). Sum of RGB (Red+Green+Blue) = 239+172+180=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACB4 is #10534B. Grayscale: #C0C0C0. Windows color (decimal): -1069900 or 11840751. OLE color: 11840751.
HSL color Cylindrical-coordinate representation of color #EFACB4: hue angle of 352.84º 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 #EFACB4 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 180 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.06 |
| HSL | 352.84º | 0.68% | 0.81% | - |
| HSV(B) | 352.84º | 0.28% | 0.94% | - |
| XYZ | 58.59 | 51.15 | 49.97 | - |
| YUV | 192.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 180 | 0 | 0.28 | 0.25 | 0.06 | 352.84 | 0.68 | 0.81 |
| Hex | EF | AC | B4 | 0 | 1C | 19 | 6 | 161 | 44 | 51 |
| Octal | 357 | 254 | 264 | 0 | 34 | 31 | 6 | 541 | 104 | 121 |
| Binary | 11101111 | 10101100 | 10110100 | 0 | 11100 | 11001 | 110 | 101100001 | 1000100 | 1010001 |
Color Harmonies of #EFACB4
Complementary color
Monochromatic Colors of #EFACB4
Black with #EFACB4
Text Example
Text Example
White with #EFACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACB4; }
p { color: rgb(239,172,180); }
H1.HeaderClassName
{
color: #EFACB4;
}
.AnyTagClassName
{
color: #EFACB4;
}
</style>
background-color css
<style>
a { background-color: #EFACB4; }
a { background-color: rgb(239,172,180); }
div.DivClassName
{
background-color: #EFACB4;
}
.BgClassName
{
background-color: #EFACB4;
}
</style>
border-color css
<style>
span { border-color: #EFACB4; }
span { border-color: rgb(239,172,180); }
td.TdClassName
{
border-color: #EFACB4;
}
.TagClassName
{
border-color: #EFACB4;
}
</style>