Shades of Papaya Whip #FFEED5
Tints of Papaya Whip #FFEED5
RGB
CMYK
RGB Variations
Color information
#FFEED5 (or 0xFFEED5) is known color: Papaya Whip. HEX triplet: FF, EE and D5. RGB value is (255,238,213). Sum of RGB (Red+Green+Blue) = 255+238+213=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 213 (83.59% from 255 or 30.17% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEED5 is #00112A. Grayscale: #F0F0F0. Windows color (decimal): -4395 or 14020351. OLE color: 14020351.
HSL color Cylindrical-coordinate representation of color #FFEED5: hue angle of 35.71º 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 #FFEED5 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 238 | 213 | - |
CMYK | 0 | 0.07 | 0.16 | 0 |
HSL | 35.71º | 1% | 0.92% | - |
HSV(B) | 35.71º | 0.16% | 1% | - |
XYZ | 83.82 | 87.21 | 75.37 | - |
YUV | 240.23 | 112.63 | 138.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 238 | 213 | 0 | 0.07 | 0.16 | 0 | 35.71 | 1 | 0.92 |
Hex | FF | EE | D5 | 0 | 7 | 10 | 0 | 24 | 64 | 5C |
Octal | 377 | 356 | 325 | 0 | 7 | 20 | 0 | 44 | 144 | 134 |
Binary | 11111111 | 11101110 | 11010101 | 0 | 111 | 10000 | 0 | 100100 | 1100100 | 1011100 |
Color Harmonies of #FFEED5
Complementary color
Monochromatic Colors of #FFEED5
Black with #FFEED5
Text Example
Text Example
White with #FFEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEED5; }
p { color: rgb(255,238,213); }
H1.HeaderClassName
{
color: #FFEED5;
}
.AnyTagClassName
{
color: #FFEED5;
}
</style>
background-color css
<style>
a { background-color: #FFEED5; }
a { background-color: rgb(255,238,213); }
div.DivClassName
{
background-color: #FFEED5;
}
.BgClassName
{
background-color: #FFEED5;
}
</style>
border-color css
<style>
span { border-color: #FFEED5; }
span { border-color: rgb(255,238,213); }
td.TdClassName
{
border-color: #FFEED5;
}
.TagClassName
{
border-color: #FFEED5;
}
</style>