Shades of Papaya Whip #FEEFD5
Tints of Papaya Whip #FEEFD5
RGB
CMYK
RGB Variations
Color information
#FEEFD5 (or 0xFEEFD5) is known color: Papaya Whip. HEX triplet: FE, EF and D5. RGB value is (254,239,213). Sum of RGB (Red+Green+Blue) = 254+239+213=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 213 (83.59% from 255 or 30.17% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFD5 is #01102A. Grayscale: #F0F0F0. Windows color (decimal): -69675 or 14020606. OLE color: 14020606.
HSL color Cylindrical-coordinate representation of color #FEEFD5: hue angle of 38.05º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEEFD5 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 213 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.00 |
| HSL | 38.05º | 0.95% | 0.92% | - |
| HSV(B) | 38.05º | 0.16% | 1% | - |
| XYZ | 83.75 | 87.61 | 75.45 | - |
| YUV | 240.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 213 | 0 | 0.06 | 0.16 | 0.00 | 38.05 | 0.95 | 0.92 |
| Hex | FE | EF | D5 | 0 | 6 | 10 | 0 | 26 | 5F | 5C |
| Octal | 376 | 357 | 325 | 0 | 6 | 20 | 0 | 46 | 137 | 134 |
| Binary | 11111110 | 11101111 | 11010101 | 0 | 110 | 10000 | 0 | 100110 | 1011111 | 1011100 |
Color Harmonies of #FEEFD5
Complementary color
Monochromatic Colors of #FEEFD5
Black with #FEEFD5
Text Example
Text Example
White with #FEEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFD5; }
p { color: rgb(254,239,213); }
H1.HeaderClassName
{
color: #FEEFD5;
}
.AnyTagClassName
{
color: #FEEFD5;
}
</style>
background-color css
<style>
a { background-color: #FEEFD5; }
a { background-color: rgb(254,239,213); }
div.DivClassName
{
background-color: #FEEFD5;
}
.BgClassName
{
background-color: #FEEFD5;
}
</style>
border-color css
<style>
span { border-color: #FEEFD5; }
span { border-color: rgb(254,239,213); }
td.TdClassName
{
border-color: #FEEFD5;
}
.TagClassName
{
border-color: #FEEFD5;
}
</style>