Shades of Papaya Whip #FFEDD4
Tints of Papaya Whip #FFEDD4
RGB
CMYK
RGB Variations
Color information
#FFEDD4 (or 0xFFEDD4) is known color: Papaya Whip. HEX triplet: FF, ED and D4. RGB value is (255,237,212). Sum of RGB (Red+Green+Blue) = 255+237+212=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 212 (83.20% from 255 or 30.11% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDD4 is #00122B. Grayscale: #EFEFEF. Windows color (decimal): -4652 or 13954559. OLE color: 13954559.
HSL color Cylindrical-coordinate representation of color #FFEDD4: hue angle of 34.88º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFEDD4 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 212 | - |
CMYK | 0 | 0.07 | 0.17 | 0 |
HSL | 34.88º | 1% | 0.92% | - |
HSV(B) | 34.88º | 0.17% | 1% | - |
XYZ | 83.41 | 86.58 | 74.6 | - |
YUV | 239.53 | 112.46 | 139.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 212 | 0 | 0.07 | 0.17 | 0 | 34.88 | 1 | 0.92 |
Hex | FF | ED | D4 | 0 | 7 | 11 | 0 | 23 | 64 | 5C |
Octal | 377 | 355 | 324 | 0 | 7 | 21 | 0 | 43 | 144 | 134 |
Binary | 11111111 | 11101101 | 11010100 | 0 | 111 | 10001 | 0 | 100011 | 1100100 | 1011100 |
Color Harmonies of #FFEDD4
Complementary color
Monochromatic Colors of #FFEDD4
Black with #FFEDD4
Text Example
Text Example
White with #FFEDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDD4; }
p { color: rgb(255,237,212); }
H1.HeaderClassName
{
color: #FFEDD4;
}
.AnyTagClassName
{
color: #FFEDD4;
}
</style>
background-color css
<style>
a { background-color: #FFEDD4; }
a { background-color: rgb(255,237,212); }
div.DivClassName
{
background-color: #FFEDD4;
}
.BgClassName
{
background-color: #FFEDD4;
}
</style>
border-color css
<style>
span { border-color: #FFEDD4; }
span { border-color: rgb(255,237,212); }
td.TdClassName
{
border-color: #FFEDD4;
}
.TagClassName
{
border-color: #FFEDD4;
}
</style>