Shades of Papaya Whip #FFF0D7
Tints of Papaya Whip #FFF0D7
RGB
CMYK
RGB Variations
Color information
#FFF0D7 (or 0xFFF0D7) is known color: Papaya Whip. HEX triplet: FF, F0 and D7. RGB value is (255,240,215). Sum of RGB (Red+Green+Blue) = 255+240+215=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 215 (84.38% from 255 or 30.28% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0D7 is #000F28. Grayscale: #F1F1F1. Windows color (decimal): -3881 or 14151935. OLE color: 14151935.
HSL color Cylindrical-coordinate representation of color #FFF0D7: hue angle of 37.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 #FFF0D7 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 215 | - |
| CMYK | 0 | 0.06 | 0.16 | 0 |
| HSL | 37.5º | 1% | 0.92% | - |
| HSV(B) | 37.5º | 0.16% | 1% | - |
| XYZ | 84.67 | 88.49 | 76.91 | - |
| YUV | 241.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 215 | 0 | 0.06 | 0.16 | 0 | 37.5 | 1 | 0.92 |
| Hex | FF | F0 | D7 | 0 | 6 | 10 | 0 | 26 | 64 | 5C |
| Octal | 377 | 360 | 327 | 0 | 6 | 20 | 0 | 46 | 144 | 134 |
| Binary | 11111111 | 11110000 | 11010111 | 0 | 110 | 10000 | 0 | 100110 | 1100100 | 1011100 |
Color Harmonies of #FFF0D7
Complementary color
Monochromatic Colors of #FFF0D7
Black with #FFF0D7
Text Example
Text Example
White with #FFF0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0D7; }
p { color: rgb(255,240,215); }
H1.HeaderClassName
{
color: #FFF0D7;
}
.AnyTagClassName
{
color: #FFF0D7;
}
</style>
background-color css
<style>
a { background-color: #FFF0D7; }
a { background-color: rgb(255,240,215); }
div.DivClassName
{
background-color: #FFF0D7;
}
.BgClassName
{
background-color: #FFF0D7;
}
</style>
border-color css
<style>
span { border-color: #FFF0D7; }
span { border-color: rgb(255,240,215); }
td.TdClassName
{
border-color: #FFF0D7;
}
.TagClassName
{
border-color: #FFF0D7;
}
</style>