Shades of Papaya Whip #FEEFD8
Tints of Papaya Whip #FEEFD8
RGB
CMYK
RGB Variations
Color information
#FEEFD8 (or 0xFEEFD8) is known color: Papaya Whip. HEX triplet: FE, EF and D8. RGB value is (254,239,216). Sum of RGB (Red+Green+Blue) = 254+239+216=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 216 (84.77% from 255 or 30.47% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFD8 is #011027. Grayscale: #F0F0F0. Windows color (decimal): -69672 or 14217214. OLE color: 14217214.
HSL color Cylindrical-coordinate representation of color #FEEFD8: hue angle of 36.32º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEEFD8 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 239 | 216 | - |
CMYK | 0 | 0.06 | 0.15 | 0.00 |
HSL | 36.32º | 0.95% | 0.92% | - |
HSV(B) | 36.32º | 0.15% | 1% | - |
XYZ | 84.13 | 87.76 | 77.47 | - |
YUV | 240.86 | 113.97 | 137.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 239 | 216 | 0 | 0.06 | 0.15 | 0.00 | 36.32 | 0.95 | 0.92 |
Hex | FE | EF | D8 | 0 | 6 | F | 0 | 24 | 5F | 5C |
Octal | 376 | 357 | 330 | 0 | 6 | 17 | 0 | 44 | 137 | 134 |
Binary | 11111110 | 11101111 | 11011000 | 0 | 110 | 1111 | 0 | 100100 | 1011111 | 1011100 |
Color Harmonies of #FEEFD8
Complementary color
Monochromatic Colors of #FEEFD8
Black with #FEEFD8
Text Example
Text Example
White with #FEEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFD8; }
p { color: rgb(254,239,216); }
H1.HeaderClassName
{
color: #FEEFD8;
}
.AnyTagClassName
{
color: #FEEFD8;
}
</style>
background-color css
<style>
a { background-color: #FEEFD8; }
a { background-color: rgb(254,239,216); }
div.DivClassName
{
background-color: #FEEFD8;
}
.BgClassName
{
background-color: #FEEFD8;
}
</style>
border-color css
<style>
span { border-color: #FEEFD8; }
span { border-color: rgb(254,239,216); }
td.TdClassName
{
border-color: #FEEFD8;
}
.TagClassName
{
border-color: #FEEFD8;
}
</style>