Shades of Papaya Whip #FDEFD8
Tints of Papaya Whip #FDEFD8
RGB
CMYK
RGB Variations
Color information
#FDEFD8 (or 0xFDEFD8) is known color: Papaya Whip. HEX triplet: FD, EF and D8. RGB value is (253,239,216). Sum of RGB (Red+Green+Blue) = 253+239+216=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 216 (84.77% from 255 or 30.51% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFD8 is #021027. Grayscale: #F0F0F0. Windows color (decimal): -135208 or 14217213. OLE color: 14217213.
HSL color Cylindrical-coordinate representation of color #FDEFD8: hue angle of 37.3º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDEFD8 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 216 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.01 |
| HSL | 37.3º | 0.9% | 0.92% | - |
| HSV(B) | 37.3º | 0.15% | 0.99% | - |
| XYZ | 83.77 | 87.57 | 77.45 | - |
| YUV | 240.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 216 | 0 | 0.06 | 0.15 | 0.01 | 37.3 | 0.9 | 0.92 |
| Hex | FD | EF | D8 | 0 | 6 | F | 1 | 25 | 5A | 5C |
| Octal | 375 | 357 | 330 | 0 | 6 | 17 | 1 | 45 | 132 | 134 |
| Binary | 11111101 | 11101111 | 11011000 | 0 | 110 | 1111 | 1 | 100101 | 1011010 | 1011100 |
Color Harmonies of #FDEFD8
Complementary color
Monochromatic Colors of #FDEFD8
Black with #FDEFD8
Text Example
Text Example
White with #FDEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFD8; }
p { color: rgb(253,239,216); }
H1.HeaderClassName
{
color: #FDEFD8;
}
.AnyTagClassName
{
color: #FDEFD8;
}
</style>
background-color css
<style>
a { background-color: #FDEFD8; }
a { background-color: rgb(253,239,216); }
div.DivClassName
{
background-color: #FDEFD8;
}
.BgClassName
{
background-color: #FDEFD8;
}
</style>
border-color css
<style>
span { border-color: #FDEFD8; }
span { border-color: rgb(253,239,216); }
td.TdClassName
{
border-color: #FDEFD8;
}
.TagClassName
{
border-color: #FDEFD8;
}
</style>