Shades of Blossom #EFADB6
Tints of Blossom #EFADB6
RGB
CMYK
RGB Variations
Color information
#EFADB6 (or 0xEFADB6) is known color: Blossom. HEX triplet: EF, AD and B6. RGB value is (239,173,182). Sum of RGB (Red+Green+Blue) = 239+173+182=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADB6 is #105249. Grayscale: #C1C1C1. Windows color (decimal): -1069642 or 11972079. OLE color: 11972079.
HSL color Cylindrical-coordinate representation of color #EFADB6: hue angle of 351.82º degrees, saturation: 0.67, 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 #EFADB6 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 182 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.06 |
| HSL | 351.82º | 0.67% | 0.81% | - |
| HSV(B) | 351.82º | 0.28% | 0.94% | - |
| XYZ | 58.98 | 51.62 | 51.11 | - |
| YUV | 193.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 182 | 0 | 0.28 | 0.24 | 0.06 | 351.82 | 0.67 | 0.81 |
| Hex | EF | AD | B6 | 0 | 1C | 18 | 6 | 160 | 43 | 51 |
| Octal | 357 | 255 | 266 | 0 | 34 | 30 | 6 | 540 | 103 | 121 |
| Binary | 11101111 | 10101101 | 10110110 | 0 | 11100 | 11000 | 110 | 101100000 | 1000011 | 1010001 |
Color Harmonies of #EFADB6
Complementary color
Monochromatic Colors of #EFADB6
Black with #EFADB6
Text Example
Text Example
White with #EFADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADB6; }
p { color: rgb(239,173,182); }
H1.HeaderClassName
{
color: #EFADB6;
}
.AnyTagClassName
{
color: #EFADB6;
}
</style>
background-color css
<style>
a { background-color: #EFADB6; }
a { background-color: rgb(239,173,182); }
div.DivClassName
{
background-color: #EFADB6;
}
.BgClassName
{
background-color: #EFADB6;
}
</style>
border-color css
<style>
span { border-color: #EFADB6; }
span { border-color: rgb(239,173,182); }
td.TdClassName
{
border-color: #EFADB6;
}
.TagClassName
{
border-color: #EFADB6;
}
</style>