Shades of Fair Pink #EFE3DB
Tints of Fair Pink #EFE3DB
RGB
CMYK
RGB Variations
Color information
#EFE3DB (or 0xEFE3DB) is known color: Fair Pink. HEX triplet: EF, E3 and DB. RGB value is (239,227,219). Sum of RGB (Red+Green+Blue) = 239+227+219=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3DB is #101C24. Grayscale: #E5E5E5. Windows color (decimal): -1055781 or 14410735. OLE color: 14410735.
HSL color Cylindrical-coordinate representation of color #EFE3DB: hue angle of 24º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE3DB is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 227 | 219 | - |
CMYK | 0 | 0.05 | 0.08 | 0.06 |
HSL | 24º | 0.38% | 0.9% | - |
HSV(B) | 24º | 0.08% | 0.94% | - |
XYZ | 75.85 | 78.4 | 78.15 | - |
YUV | 229.68 | 121.98 | 134.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 227 | 219 | 0 | 0.05 | 0.08 | 0.06 | 24 | 0.38 | 0.9 |
Hex | EF | E3 | DB | 0 | 5 | 8 | 6 | 18 | 26 | 5A |
Octal | 357 | 343 | 333 | 0 | 5 | 10 | 6 | 30 | 46 | 132 |
Binary | 11101111 | 11100011 | 11011011 | 0 | 101 | 1000 | 110 | 11000 | 100110 | 1011010 |
Color Harmonies of #EFE3DB
Complementary color
Monochromatic Colors of #EFE3DB
Black with #EFE3DB
Text Example
Text Example
White with #EFE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3DB; }
p { color: rgb(239,227,219); }
H1.HeaderClassName
{
color: #EFE3DB;
}
.AnyTagClassName
{
color: #EFE3DB;
}
</style>
background-color css
<style>
a { background-color: #EFE3DB; }
a { background-color: rgb(239,227,219); }
div.DivClassName
{
background-color: #EFE3DB;
}
.BgClassName
{
background-color: #EFE3DB;
}
</style>
border-color css
<style>
span { border-color: #EFE3DB; }
span { border-color: rgb(239,227,219); }
td.TdClassName
{
border-color: #EFE3DB;
}
.TagClassName
{
border-color: #EFE3DB;
}
</style>