Shades of Papaya Whip #FDEDD6
Tints of Papaya Whip #FDEDD6
RGB
CMYK
RGB Variations
Color information
#FDEDD6 (or 0xFDEDD6) is known color: Papaya Whip. HEX triplet: FD, ED and D6. RGB value is (253,237,214). Sum of RGB (Red+Green+Blue) = 253+237+214=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 214 (83.98% from 255 or 30.40% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDD6 is #021229. Grayscale: #EFEFEF. Windows color (decimal): -135722 or 14085629. OLE color: 14085629.
HSL color Cylindrical-coordinate representation of color #FDEDD6: hue angle of 35.38º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDEDD6 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 214 | - |
CMYK | 0 | 0.06 | 0.15 | 0.01 |
HSL | 35.38º | 0.91% | 0.92% | - |
HSV(B) | 35.38º | 0.15% | 0.99% | - |
XYZ | 82.93 | 86.31 | 75.91 | - |
YUV | 239.16 | 113.8 | 137.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 214 | 0 | 0.06 | 0.15 | 0.01 | 35.38 | 0.91 | 0.92 |
Hex | FD | ED | D6 | 0 | 6 | F | 1 | 23 | 5B | 5C |
Octal | 375 | 355 | 326 | 0 | 6 | 17 | 1 | 43 | 133 | 134 |
Binary | 11111101 | 11101101 | 11010110 | 0 | 110 | 1111 | 1 | 100011 | 1011011 | 1011100 |
Color Harmonies of #FDEDD6
Complementary color
Monochromatic Colors of #FDEDD6
Black with #FDEDD6
Text Example
Text Example
White with #FDEDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDD6; }
p { color: rgb(253,237,214); }
H1.HeaderClassName
{
color: #FDEDD6;
}
.AnyTagClassName
{
color: #FDEDD6;
}
</style>
background-color css
<style>
a { background-color: #FDEDD6; }
a { background-color: rgb(253,237,214); }
div.DivClassName
{
background-color: #FDEDD6;
}
.BgClassName
{
background-color: #FDEDD6;
}
</style>
border-color css
<style>
span { border-color: #FDEDD6; }
span { border-color: rgb(253,237,214); }
td.TdClassName
{
border-color: #FDEDD6;
}
.TagClassName
{
border-color: #FDEDD6;
}
</style>