Shades of Fair Pink #EFE1D8
Tints of Fair Pink #EFE1D8
RGB
CMYK
RGB Variations
Color information
#EFE1D8 (or 0xEFE1D8) is known color: Fair Pink. HEX triplet: EF, E1 and D8. RGB value is (239,225,216). Sum of RGB (Red+Green+Blue) = 239+225+216=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 216 (84.77% from 255 or 31.76% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1D8 is #101E27. Grayscale: #E4E4E4. Windows color (decimal): -1056296 or 14213615. OLE color: 14213615.
HSL color Cylindrical-coordinate representation of color #EFE1D8: hue angle of 23.48º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE1D8 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 216 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.06 |
| HSL | 23.48º | 0.42% | 0.89% | - |
| HSV(B) | 23.48º | 0.1% | 0.94% | - |
| XYZ | 74.92 | 77.16 | 75.91 | - |
| YUV | 228.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 216 | 0 | 0.06 | 0.10 | 0.06 | 23.48 | 0.42 | 0.89 |
| Hex | EF | E1 | D8 | 0 | 6 | A | 6 | 17 | 2A | 59 |
| Octal | 357 | 341 | 330 | 0 | 6 | 12 | 6 | 27 | 52 | 131 |
| Binary | 11101111 | 11100001 | 11011000 | 0 | 110 | 1010 | 110 | 10111 | 101010 | 1011001 |
Color Harmonies of #EFE1D8
Complementary color
Monochromatic Colors of #EFE1D8
Black with #EFE1D8
Text Example
Text Example
White with #EFE1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1D8; }
p { color: rgb(239,225,216); }
H1.HeaderClassName
{
color: #EFE1D8;
}
.AnyTagClassName
{
color: #EFE1D8;
}
</style>
background-color css
<style>
a { background-color: #EFE1D8; }
a { background-color: rgb(239,225,216); }
div.DivClassName
{
background-color: #EFE1D8;
}
.BgClassName
{
background-color: #EFE1D8;
}
</style>
border-color css
<style>
span { border-color: #EFE1D8; }
span { border-color: rgb(239,225,216); }
td.TdClassName
{
border-color: #EFE1D8;
}
.TagClassName
{
border-color: #EFE1D8;
}
</style>