Shades of Papaya Whip #FEEED7
Tints of Papaya Whip #FEEED7
RGB
CMYK
RGB Variations
Color information
#FEEED7 (or 0xFEEED7) is known color: Papaya Whip. HEX triplet: FE, EE and D7. RGB value is (254,238,215). Sum of RGB (Red+Green+Blue) = 254+238+215=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 215 (84.38% from 255 or 30.41% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEED7 is #011128. Grayscale: #F0F0F0. Windows color (decimal): -69929 or 14151422. OLE color: 14151422.
HSL color Cylindrical-coordinate representation of color #FEEED7: hue angle of 35.38º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEEED7 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 238 | 215 | - |
CMYK | 0 | 0.06 | 0.15 | 0.00 |
HSL | 35.38º | 0.95% | 0.92% | - |
HSV(B) | 35.38º | 0.15% | 1% | - |
XYZ | 83.71 | 87.13 | 76.69 | - |
YUV | 240.16 | 113.8 | 137.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 238 | 215 | 0 | 0.06 | 0.15 | 0.00 | 35.38 | 0.95 | 0.92 |
Hex | FE | EE | D7 | 0 | 6 | F | 0 | 23 | 5F | 5C |
Octal | 376 | 356 | 327 | 0 | 6 | 17 | 0 | 43 | 137 | 134 |
Binary | 11111110 | 11101110 | 11010111 | 0 | 110 | 1111 | 0 | 100011 | 1011111 | 1011100 |
Color Harmonies of #FEEED7
Complementary color
Monochromatic Colors of #FEEED7
Black with #FEEED7
Text Example
Text Example
White with #FEEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEED7; }
p { color: rgb(254,238,215); }
H1.HeaderClassName
{
color: #FEEED7;
}
.AnyTagClassName
{
color: #FEEED7;
}
</style>
background-color css
<style>
a { background-color: #FEEED7; }
a { background-color: rgb(254,238,215); }
div.DivClassName
{
background-color: #FEEED7;
}
.BgClassName
{
background-color: #FEEED7;
}
</style>
border-color css
<style>
span { border-color: #FEEED7; }
span { border-color: rgb(254,238,215); }
td.TdClassName
{
border-color: #FEEED7;
}
.TagClassName
{
border-color: #FEEED7;
}
</style>