Shades of Blossom #EFAFB1
Tints of Blossom #EFAFB1
RGB
CMYK
RGB Variations
Color information
#EFAFB1 (or 0xEFAFB1) is known color: Blossom. HEX triplet: EF, AF and B1. RGB value is (239,175,177). Sum of RGB (Red+Green+Blue) = 239+175+177=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFB1 is #10504E. Grayscale: #C2C2C2. Windows color (decimal): -1069135 or 11644911. OLE color: 11644911.
HSL color Cylindrical-coordinate representation of color #EFAFB1: hue angle of 358.12º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFB1 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 177 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.06 |
| HSL | 358.13º | 0.67% | 0.81% | - |
| HSV(B) | 358.13º | 0.27% | 0.94% | - |
| XYZ | 58.86 | 52.18 | 48.57 | - |
| YUV | 194.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 177 | 0 | 0.27 | 0.26 | 0.06 | 358.13 | 0.67 | 0.81 |
| Hex | EF | AF | B1 | 0 | 1B | 1A | 6 | 166 | 43 | 51 |
| Octal | 357 | 257 | 261 | 0 | 33 | 32 | 6 | 546 | 103 | 121 |
| Binary | 11101111 | 10101111 | 10110001 | 0 | 11011 | 11010 | 110 | 101100110 | 1000011 | 1010001 |
Color Harmonies of #EFAFB1
Complementary color
Monochromatic Colors of #EFAFB1
Black with #EFAFB1
Text Example
Text Example
White with #EFAFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFB1; }
p { color: rgb(239,175,177); }
H1.HeaderClassName
{
color: #EFAFB1;
}
.AnyTagClassName
{
color: #EFAFB1;
}
</style>
background-color css
<style>
a { background-color: #EFAFB1; }
a { background-color: rgb(239,175,177); }
div.DivClassName
{
background-color: #EFAFB1;
}
.BgClassName
{
background-color: #EFAFB1;
}
</style>
border-color css
<style>
span { border-color: #EFAFB1; }
span { border-color: rgb(239,175,177); }
td.TdClassName
{
border-color: #EFAFB1;
}
.TagClassName
{
border-color: #EFAFB1;
}
</style>