Shades of Papaya Whip #FFF0D5
Tints of Papaya Whip #FFF0D5
RGB
CMYK
RGB Variations
Color information
#FFF0D5 (or 0xFFF0D5) is known color: Papaya Whip. HEX triplet: FF, F0 and D5. RGB value is (255,240,213). Sum of RGB (Red+Green+Blue) = 255+240+213=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 213 (83.59% from 255 or 30.08% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0D5 is #000F2A. Grayscale: #F1F1F1. Windows color (decimal): -3883 or 14020863. OLE color: 14020863.
HSL color Cylindrical-coordinate representation of color #FFF0D5: hue angle of 38.57º 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 #FFF0D5 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 240 | 213 | - |
CMYK | 0 | 0.06 | 0.16 | 0 |
HSL | 38.57º | 1% | 0.92% | - |
HSV(B) | 38.57º | 0.16% | 1% | - |
XYZ | 84.41 | 88.38 | 75.56 | - |
YUV | 241.41 | 111.97 | 137.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 240 | 213 | 0 | 0.06 | 0.16 | 0 | 38.57 | 1 | 0.92 |
Hex | FF | F0 | D5 | 0 | 6 | 10 | 0 | 27 | 64 | 5C |
Octal | 377 | 360 | 325 | 0 | 6 | 20 | 0 | 47 | 144 | 134 |
Binary | 11111111 | 11110000 | 11010101 | 0 | 110 | 10000 | 0 | 100111 | 1100100 | 1011100 |
Color Harmonies of #FFF0D5
Complementary color
Monochromatic Colors of #FFF0D5
Black with #FFF0D5
Text Example
Text Example
White with #FFF0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0D5; }
p { color: rgb(255,240,213); }
H1.HeaderClassName
{
color: #FFF0D5;
}
.AnyTagClassName
{
color: #FFF0D5;
}
</style>
background-color css
<style>
a { background-color: #FFF0D5; }
a { background-color: rgb(255,240,213); }
div.DivClassName
{
background-color: #FFF0D5;
}
.BgClassName
{
background-color: #FFF0D5;
}
</style>
border-color css
<style>
span { border-color: #FFF0D5; }
span { border-color: rgb(255,240,213); }
td.TdClassName
{
border-color: #FFF0D5;
}
.TagClassName
{
border-color: #FFF0D5;
}
</style>