Shades of Papaya Whip #FFF0D6
Tints of Papaya Whip #FFF0D6
RGB
CMYK
RGB Variations
Color information
#FFF0D6 (or 0xFFF0D6) is known color: Papaya Whip. HEX triplet: FF, F0 and D6. RGB value is (255,240,214). Sum of RGB (Red+Green+Blue) = 255+240+214=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 214 (83.98% from 255 or 30.18% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0D6 is #000F29. Grayscale: #F1F1F1. Windows color (decimal): -3882 or 14086399. OLE color: 14086399.
HSL color Cylindrical-coordinate representation of color #FFF0D6: hue angle of 38.05º 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 #FFF0D6 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 214 | - |
| CMYK | 0 | 0.06 | 0.16 | 0 |
| HSL | 38.05º | 1% | 0.92% | - |
| HSV(B) | 38.05º | 0.16% | 1% | - |
| XYZ | 84.54 | 88.44 | 76.23 | - |
| YUV | 241.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 214 | 0 | 0.06 | 0.16 | 0 | 38.05 | 1 | 0.92 |
| Hex | FF | F0 | D6 | 0 | 6 | 10 | 0 | 26 | 64 | 5C |
| Octal | 377 | 360 | 326 | 0 | 6 | 20 | 0 | 46 | 144 | 134 |
| Binary | 11111111 | 11110000 | 11010110 | 0 | 110 | 10000 | 0 | 100110 | 1100100 | 1011100 |
Color Harmonies of #FFF0D6
Complementary color
Monochromatic Colors of #FFF0D6
Black with #FFF0D6
Text Example
Text Example
White with #FFF0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0D6; }
p { color: rgb(255,240,214); }
H1.HeaderClassName
{
color: #FFF0D6;
}
.AnyTagClassName
{
color: #FFF0D6;
}
</style>
background-color css
<style>
a { background-color: #FFF0D6; }
a { background-color: rgb(255,240,214); }
div.DivClassName
{
background-color: #FFF0D6;
}
.BgClassName
{
background-color: #FFF0D6;
}
</style>
border-color css
<style>
span { border-color: #FFF0D6; }
span { border-color: rgb(255,240,214); }
td.TdClassName
{
border-color: #FFF0D6;
}
.TagClassName
{
border-color: #FFF0D6;
}
</style>