Shades of Papaya Whip #FFEED6
Tints of Papaya Whip #FFEED6
RGB
CMYK
RGB Variations
Color information
#FFEED6 (or 0xFFEED6) is known color: Papaya Whip. HEX triplet: FF, EE and D6. RGB value is (255,238,214). Sum of RGB (Red+Green+Blue) = 255+238+214=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 214 (83.98% from 255 or 30.27% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEED6 is #001129. Grayscale: #F0F0F0. Windows color (decimal): -4394 or 14085887. OLE color: 14085887.
HSL color Cylindrical-coordinate representation of color #FFEED6: hue angle of 35.12º 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 #FFEED6 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 214 | - |
| CMYK | 0 | 0.07 | 0.16 | 0 |
| HSL | 35.12º | 1% | 0.92% | - |
| HSV(B) | 35.12º | 0.16% | 1% | - |
| XYZ | 83.95 | 87.26 | 76.04 | - |
| YUV | 240.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 214 | 0 | 0.07 | 0.16 | 0 | 35.12 | 1 | 0.92 |
| Hex | FF | EE | D6 | 0 | 7 | 10 | 0 | 23 | 64 | 5C |
| Octal | 377 | 356 | 326 | 0 | 7 | 20 | 0 | 43 | 144 | 134 |
| Binary | 11111111 | 11101110 | 11010110 | 0 | 111 | 10000 | 0 | 100011 | 1100100 | 1011100 |
Color Harmonies of #FFEED6
Complementary color
Monochromatic Colors of #FFEED6
Black with #FFEED6
Text Example
Text Example
White with #FFEED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEED6; }
p { color: rgb(255,238,214); }
H1.HeaderClassName
{
color: #FFEED6;
}
.AnyTagClassName
{
color: #FFEED6;
}
</style>
background-color css
<style>
a { background-color: #FFEED6; }
a { background-color: rgb(255,238,214); }
div.DivClassName
{
background-color: #FFEED6;
}
.BgClassName
{
background-color: #FFEED6;
}
</style>
border-color css
<style>
span { border-color: #FFEED6; }
span { border-color: rgb(255,238,214); }
td.TdClassName
{
border-color: #FFEED6;
}
.TagClassName
{
border-color: #FFEED6;
}
</style>