Shades of Blossom #EFADB2
Tints of Blossom #EFADB2
RGB
CMYK
RGB Variations
Color information
#EFADB2 (or 0xEFADB2) is known color: Blossom. HEX triplet: EF, AD and B2. RGB value is (239,173,178). Sum of RGB (Red+Green+Blue) = 239+173+178=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFADB2 is #10524D. Grayscale: #C1C1C1. Windows color (decimal): -1069646 or 11709935. OLE color: 11709935.
HSL color Cylindrical-coordinate representation of color #EFADB2: hue angle of 355.45º 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 #EFADB2 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 178 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.06 |
| HSL | 355.45º | 0.67% | 0.81% | - |
| HSV(B) | 355.45º | 0.28% | 0.94% | - |
| XYZ | 58.58 | 51.45 | 48.96 | - |
| YUV | 193.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 178 | 0 | 0.28 | 0.26 | 0.06 | 355.45 | 0.67 | 0.81 |
| Hex | EF | AD | B2 | 0 | 1C | 1A | 6 | 163 | 43 | 51 |
| Octal | 357 | 255 | 262 | 0 | 34 | 32 | 6 | 543 | 103 | 121 |
| Binary | 11101111 | 10101101 | 10110010 | 0 | 11100 | 11010 | 110 | 101100011 | 1000011 | 1010001 |
Color Harmonies of #EFADB2
Complementary color
Monochromatic Colors of #EFADB2
Black with #EFADB2
Text Example
Text Example
White with #EFADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADB2; }
p { color: rgb(239,173,178); }
H1.HeaderClassName
{
color: #EFADB2;
}
.AnyTagClassName
{
color: #EFADB2;
}
</style>
background-color css
<style>
a { background-color: #EFADB2; }
a { background-color: rgb(239,173,178); }
div.DivClassName
{
background-color: #EFADB2;
}
.BgClassName
{
background-color: #EFADB2;
}
</style>
border-color css
<style>
span { border-color: #EFADB2; }
span { border-color: rgb(239,173,178); }
td.TdClassName
{
border-color: #EFADB2;
}
.TagClassName
{
border-color: #EFADB2;
}
</style>