Shades of Fair Pink #EFE2D9
Tints of Fair Pink #EFE2D9
RGB
CMYK
RGB Variations
Color information
#EFE2D9 (or 0xEFE2D9) is known color: Fair Pink. HEX triplet: EF, E2 and D9. RGB value is (239,226,217). Sum of RGB (Red+Green+Blue) = 239+226+217=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 217 (85.16% from 255 or 31.82% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2D9 is #101D26. Grayscale: #E4E4E4. Windows color (decimal): -1056039 or 14279407. OLE color: 14279407.
HSL color Cylindrical-coordinate representation of color #EFE2D9: hue angle of 24.55º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE2D9 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 226 | 217 | - |
CMYK | 0 | 0.05 | 0.09 | 0.06 |
HSL | 24.55º | 0.41% | 0.89% | - |
HSV(B) | 24.55º | 0.09% | 0.94% | - |
XYZ | 75.32 | 77.75 | 76.68 | - |
YUV | 228.86 | 121.31 | 135.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 226 | 217 | 0 | 0.05 | 0.09 | 0.06 | 24.55 | 0.41 | 0.89 |
Hex | EF | E2 | D9 | 0 | 5 | 9 | 6 | 19 | 29 | 59 |
Octal | 357 | 342 | 331 | 0 | 5 | 11 | 6 | 31 | 51 | 131 |
Binary | 11101111 | 11100010 | 11011001 | 0 | 101 | 1001 | 110 | 11001 | 101001 | 1011001 |
Color Harmonies of #EFE2D9
Complementary color
Monochromatic Colors of #EFE2D9
Black with #EFE2D9
Text Example
Text Example
White with #EFE2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2D9; }
p { color: rgb(239,226,217); }
H1.HeaderClassName
{
color: #EFE2D9;
}
.AnyTagClassName
{
color: #EFE2D9;
}
</style>
background-color css
<style>
a { background-color: #EFE2D9; }
a { background-color: rgb(239,226,217); }
div.DivClassName
{
background-color: #EFE2D9;
}
.BgClassName
{
background-color: #EFE2D9;
}
</style>
border-color css
<style>
span { border-color: #EFE2D9; }
span { border-color: rgb(239,226,217); }
td.TdClassName
{
border-color: #EFE2D9;
}
.TagClassName
{
border-color: #EFE2D9;
}
</style>