Shades of Papaya Whip #FFEFD3
Tints of Papaya Whip #FFEFD3
RGB
CMYK
RGB Variations
Color information
#FFEFD3 (or 0xFFEFD3) is known color: Papaya Whip. HEX triplet: FF, EF and D3. RGB value is (255,239,211). Sum of RGB (Red+Green+Blue) = 255+239+211=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 211 (82.81% from 255 or 29.93% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFD3 is #00102C. Grayscale: #F0F0F0. Windows color (decimal): -4141 or 13889535. OLE color: 13889535.
HSL color Cylindrical-coordinate representation of color #FFEFD3: hue angle of 38.18º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFEFD3 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 211 | - |
| CMYK | 0 | 0.06 | 0.17 | 0 |
| HSL | 38.18º | 1% | 0.91% | - |
| HSV(B) | 38.18º | 0.17% | 1% | - |
| XYZ | 83.86 | 87.7 | 74.13 | - |
| YUV | 240.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 211 | 0 | 0.06 | 0.17 | 0 | 38.18 | 1 | 0.91 |
| Hex | FF | EF | D3 | 0 | 6 | 11 | 0 | 26 | 64 | 5B |
| Octal | 377 | 357 | 323 | 0 | 6 | 21 | 0 | 46 | 144 | 133 |
| Binary | 11111111 | 11101111 | 11010011 | 0 | 110 | 10001 | 0 | 100110 | 1100100 | 1011011 |
Color Harmonies of #FFEFD3
Complementary color
Monochromatic Colors of #FFEFD3
Black with #FFEFD3
Text Example
Text Example
White with #FFEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFD3; }
p { color: rgb(255,239,211); }
H1.HeaderClassName
{
color: #FFEFD3;
}
.AnyTagClassName
{
color: #FFEFD3;
}
</style>
background-color css
<style>
a { background-color: #FFEFD3; }
a { background-color: rgb(255,239,211); }
div.DivClassName
{
background-color: #FFEFD3;
}
.BgClassName
{
background-color: #FFEFD3;
}
</style>
border-color css
<style>
span { border-color: #FFEFD3; }
span { border-color: rgb(255,239,211); }
td.TdClassName
{
border-color: #FFEFD3;
}
.TagClassName
{
border-color: #FFEFD3;
}
</style>