Shades of Papaya Whip #FDEFD7
Tints of Papaya Whip #FDEFD7
RGB
CMYK
RGB Variations
Color information
#FDEFD7 (or 0xFDEFD7) is known color: Papaya Whip. HEX triplet: FD, EF and D7. RGB value is (253,239,215). Sum of RGB (Red+Green+Blue) = 253+239+215=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 215 (84.38% from 255 or 30.41% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFD7 is #021028. Grayscale: #F0F0F0. Windows color (decimal): -135209 or 14151677. OLE color: 14151677.
HSL color Cylindrical-coordinate representation of color #FDEFD7: hue angle of 37.89º 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 #FDEFD7 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 239 | 215 | - |
CMYK | 0 | 0.06 | 0.15 | 0.01 |
HSL | 37.89º | 0.9% | 0.92% | - |
HSV(B) | 37.89º | 0.15% | 0.99% | - |
XYZ | 83.64 | 87.52 | 76.78 | - |
YUV | 240.45 | 113.64 | 136.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 239 | 215 | 0 | 0.06 | 0.15 | 0.01 | 37.89 | 0.9 | 0.92 |
Hex | FD | EF | D7 | 0 | 6 | F | 1 | 26 | 5A | 5C |
Octal | 375 | 357 | 327 | 0 | 6 | 17 | 1 | 46 | 132 | 134 |
Binary | 11111101 | 11101111 | 11010111 | 0 | 110 | 1111 | 1 | 100110 | 1011010 | 1011100 |
Color Harmonies of #FDEFD7
Complementary color
Monochromatic Colors of #FDEFD7
Black with #FDEFD7
Text Example
Text Example
White with #FDEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFD7; }
p { color: rgb(253,239,215); }
H1.HeaderClassName
{
color: #FDEFD7;
}
.AnyTagClassName
{
color: #FDEFD7;
}
</style>
background-color css
<style>
a { background-color: #FDEFD7; }
a { background-color: rgb(253,239,215); }
div.DivClassName
{
background-color: #FDEFD7;
}
.BgClassName
{
background-color: #FDEFD7;
}
</style>
border-color css
<style>
span { border-color: #FDEFD7; }
span { border-color: rgb(253,239,215); }
td.TdClassName
{
border-color: #FDEFD7;
}
.TagClassName
{
border-color: #FDEFD7;
}
</style>