Shades of Papaya Whip #FEEFD4
Tints of Papaya Whip #FEEFD4
RGB
CMYK
RGB Variations
Color information
#FEEFD4 (or 0xFEEFD4) is known color: Papaya Whip. HEX triplet: FE, EF and D4. RGB value is (254,239,212). Sum of RGB (Red+Green+Blue) = 254+239+212=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 212 (83.20% from 255 or 30.07% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFD4 is #01102B. Grayscale: #F0F0F0. Windows color (decimal): -69676 or 13955070. OLE color: 13955070.
HSL color Cylindrical-coordinate representation of color #FEEFD4: hue angle of 38.57º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEEFD4 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 212 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.00 |
| HSL | 38.57º | 0.95% | 0.91% | - |
| HSV(B) | 38.57º | 0.17% | 1% | - |
| XYZ | 83.62 | 87.56 | 74.78 | - |
| YUV | 240.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 212 | 0 | 0.06 | 0.17 | 0.00 | 38.57 | 0.95 | 0.91 |
| Hex | FE | EF | D4 | 0 | 6 | 11 | 0 | 27 | 5F | 5B |
| Octal | 376 | 357 | 324 | 0 | 6 | 21 | 0 | 47 | 137 | 133 |
| Binary | 11111110 | 11101111 | 11010100 | 0 | 110 | 10001 | 0 | 100111 | 1011111 | 1011011 |
Color Harmonies of #FEEFD4
Complementary color
Monochromatic Colors of #FEEFD4
Black with #FEEFD4
Text Example
Text Example
White with #FEEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFD4; }
p { color: rgb(254,239,212); }
H1.HeaderClassName
{
color: #FEEFD4;
}
.AnyTagClassName
{
color: #FEEFD4;
}
</style>
background-color css
<style>
a { background-color: #FEEFD4; }
a { background-color: rgb(254,239,212); }
div.DivClassName
{
background-color: #FEEFD4;
}
.BgClassName
{
background-color: #FEEFD4;
}
</style>
border-color css
<style>
span { border-color: #FEEFD4; }
span { border-color: rgb(254,239,212); }
td.TdClassName
{
border-color: #FEEFD4;
}
.TagClassName
{
border-color: #FEEFD4;
}
</style>