Shades of Papaya Whip #FFEFD7
Tints of Papaya Whip #FFEFD7
RGB
CMYK
RGB Variations
Color information
#FFEFD7 (or 0xFFEFD7) is known color: Papaya Whip. HEX triplet: FF, EF and D7. RGB value is (255,239,215). Sum of RGB (Red+Green+Blue) = 255+239+215=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 215 (84.38% from 255 or 30.32% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFD7 is #001028. Grayscale: #F1F1F1. Windows color (decimal): -4137 or 14151679. OLE color: 14151679.
HSL color Cylindrical-coordinate representation of color #FFEFD7: hue angle of 36º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFEFD7 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 215 | - |
| CMYK | 0 | 0.06 | 0.16 | 0 |
| HSL | 36º | 1% | 0.92% | - |
| HSV(B) | 36º | 0.16% | 1% | - |
| XYZ | 84.37 | 87.9 | 76.81 | - |
| YUV | 241.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 215 | 0 | 0.06 | 0.16 | 0 | 36 | 1 | 0.92 |
| Hex | FF | EF | D7 | 0 | 6 | 10 | 0 | 24 | 64 | 5C |
| Octal | 377 | 357 | 327 | 0 | 6 | 20 | 0 | 44 | 144 | 134 |
| Binary | 11111111 | 11101111 | 11010111 | 0 | 110 | 10000 | 0 | 100100 | 1100100 | 1011100 |
Color Harmonies of #FFEFD7
Complementary color
Monochromatic Colors of #FFEFD7
Black with #FFEFD7
Text Example
Text Example
White with #FFEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFD7; }
p { color: rgb(255,239,215); }
H1.HeaderClassName
{
color: #FFEFD7;
}
.AnyTagClassName
{
color: #FFEFD7;
}
</style>
background-color css
<style>
a { background-color: #FFEFD7; }
a { background-color: rgb(255,239,215); }
div.DivClassName
{
background-color: #FFEFD7;
}
.BgClassName
{
background-color: #FFEFD7;
}
</style>
border-color css
<style>
span { border-color: #FFEFD7; }
span { border-color: rgb(255,239,215); }
td.TdClassName
{
border-color: #FFEFD7;
}
.TagClassName
{
border-color: #FFEFD7;
}
</style>