Shades of Papaya Whip #FFEED7
Tints of Papaya Whip #FFEED7
RGB
CMYK
RGB Variations
Color information
#FFEED7 (or 0xFFEED7) is known color: Papaya Whip. HEX triplet: FF, EE and D7. RGB value is (255,238,215). Sum of RGB (Red+Green+Blue) = 255+238+215=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 215 (84.38% from 255 or 30.37% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEED7 is #001128. Grayscale: #F0F0F0. Windows color (decimal): -4393 or 14151423. OLE color: 14151423.
HSL color Cylindrical-coordinate representation of color #FFEED7: hue angle of 34.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFEED7 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 215 | - |
| CMYK | 0 | 0.07 | 0.16 | 0 |
| HSL | 34.5º | 1% | 0.92% | - |
| HSV(B) | 34.5º | 0.16% | 1% | - |
| XYZ | 84.08 | 87.32 | 76.71 | - |
| YUV | 240.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 215 | 0 | 0.07 | 0.16 | 0 | 34.5 | 1 | 0.92 |
| Hex | FF | EE | D7 | 0 | 7 | 10 | 0 | 22 | 64 | 5C |
| Octal | 377 | 356 | 327 | 0 | 7 | 20 | 0 | 42 | 144 | 134 |
| Binary | 11111111 | 11101110 | 11010111 | 0 | 111 | 10000 | 0 | 100010 | 1100100 | 1011100 |
Color Harmonies of #FFEED7
Complementary color
Monochromatic Colors of #FFEED7
Black with #FFEED7
Text Example
Text Example
White with #FFEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEED7; }
p { color: rgb(255,238,215); }
H1.HeaderClassName
{
color: #FFEED7;
}
.AnyTagClassName
{
color: #FFEED7;
}
</style>
background-color css
<style>
a { background-color: #FFEED7; }
a { background-color: rgb(255,238,215); }
div.DivClassName
{
background-color: #FFEED7;
}
.BgClassName
{
background-color: #FFEED7;
}
</style>
border-color css
<style>
span { border-color: #FFEED7; }
span { border-color: rgb(255,238,215); }
td.TdClassName
{
border-color: #FFEED7;
}
.TagClassName
{
border-color: #FFEED7;
}
</style>