Shades of Papaya Whip #FBEDD6
Tints of Papaya Whip #FBEDD6
RGB
CMYK
RGB Variations
Color information
#FBEDD6 (or 0xFBEDD6) is known color: Papaya Whip. HEX triplet: FB, ED and D6. RGB value is (251,237,214). Sum of RGB (Red+Green+Blue) = 251+237+214=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 214 (83.98% from 255 or 30.48% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDD6 is #041229. Grayscale: #EEEEEE. Windows color (decimal): -266794 or 14085627. OLE color: 14085627.
HSL color Cylindrical-coordinate representation of color #FBEDD6: hue angle of 37.3º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBEDD6 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 214 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.02 |
| HSL | 37.3º | 0.82% | 0.91% | - |
| HSV(B) | 37.3º | 0.15% | 0.98% | - |
| XYZ | 82.21 | 85.93 | 75.87 | - |
| YUV | 238.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 214 | 0 | 0.06 | 0.15 | 0.02 | 37.3 | 0.82 | 0.91 |
| Hex | FB | ED | D6 | 0 | 6 | F | 2 | 25 | 52 | 5B |
| Octal | 373 | 355 | 326 | 0 | 6 | 17 | 2 | 45 | 122 | 133 |
| Binary | 11111011 | 11101101 | 11010110 | 0 | 110 | 1111 | 10 | 100101 | 1010010 | 1011011 |
Color Harmonies of #FBEDD6
Complementary color
Monochromatic Colors of #FBEDD6
Black with #FBEDD6
Text Example
Text Example
White with #FBEDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDD6; }
p { color: rgb(251,237,214); }
H1.HeaderClassName
{
color: #FBEDD6;
}
.AnyTagClassName
{
color: #FBEDD6;
}
</style>
background-color css
<style>
a { background-color: #FBEDD6; }
a { background-color: rgb(251,237,214); }
div.DivClassName
{
background-color: #FBEDD6;
}
.BgClassName
{
background-color: #FBEDD6;
}
</style>
border-color css
<style>
span { border-color: #FBEDD6; }
span { border-color: rgb(251,237,214); }
td.TdClassName
{
border-color: #FBEDD6;
}
.TagClassName
{
border-color: #FBEDD6;
}
</style>