Shades of Papaya Whip #FFF1D6
Tints of Papaya Whip #FFF1D6
RGB
CMYK
RGB Variations
Color information
#FFF1D6 (or 0xFFF1D6) is known color: Papaya Whip. HEX triplet: FF, F1 and D6. RGB value is (255,241,214). Sum of RGB (Red+Green+Blue) = 255+241+214=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 214 (83.98% from 255 or 30.14% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1D6 is #000E29. Grayscale: #F2F2F2. Windows color (decimal): -3626 or 14086655. OLE color: 14086655.
HSL color Cylindrical-coordinate representation of color #FFF1D6: hue angle of 39.51º 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 #FFF1D6 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 214 | - |
| CMYK | 0 | 0.05 | 0.16 | 0 |
| HSL | 39.51º | 1% | 0.92% | - |
| HSV(B) | 39.51º | 0.16% | 1% | - |
| XYZ | 84.83 | 89.03 | 76.33 | - |
| YUV | 242.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 214 | 0 | 0.05 | 0.16 | 0 | 39.51 | 1 | 0.92 |
| Hex | FF | F1 | D6 | 0 | 5 | 10 | 0 | 28 | 64 | 5C |
| Octal | 377 | 361 | 326 | 0 | 5 | 20 | 0 | 50 | 144 | 134 |
| Binary | 11111111 | 11110001 | 11010110 | 0 | 101 | 10000 | 0 | 101000 | 1100100 | 1011100 |
Color Harmonies of #FFF1D6
Complementary color
Monochromatic Colors of #FFF1D6
Black with #FFF1D6
Text Example
Text Example
White with #FFF1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1D6; }
p { color: rgb(255,241,214); }
H1.HeaderClassName
{
color: #FFF1D6;
}
.AnyTagClassName
{
color: #FFF1D6;
}
</style>
background-color css
<style>
a { background-color: #FFF1D6; }
a { background-color: rgb(255,241,214); }
div.DivClassName
{
background-color: #FFF1D6;
}
.BgClassName
{
background-color: #FFF1D6;
}
</style>
border-color css
<style>
span { border-color: #FFF1D6; }
span { border-color: rgb(255,241,214); }
td.TdClassName
{
border-color: #FFF1D6;
}
.TagClassName
{
border-color: #FFF1D6;
}
</style>