Shades of Papaya Whip #FCEDD5
Tints of Papaya Whip #FCEDD5
RGB
CMYK
RGB Variations
Color information
#FCEDD5 (or 0xFCEDD5) is known color: Papaya Whip. HEX triplet: FC, ED and D5. RGB value is (252,237,213). Sum of RGB (Red+Green+Blue) = 252+237+213=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 213 (83.59% from 255 or 30.34% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDD5 is #03122A. Grayscale: #EEEEEE. Windows color (decimal): -201259 or 14020092. OLE color: 14020092.
HSL color Cylindrical-coordinate representation of color #FCEDD5: hue angle of 36.92º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCEDD5 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 213 | - |
CMYK | 0 | 0.06 | 0.15 | 0.01 |
HSL | 36.92º | 0.87% | 0.91% | - |
HSV(B) | 36.92º | 0.15% | 0.99% | - |
XYZ | 82.44 | 86.07 | 75.22 | - |
YUV | 238.75 | 113.47 | 137.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 213 | 0 | 0.06 | 0.15 | 0.01 | 36.92 | 0.87 | 0.91 |
Hex | FC | ED | D5 | 0 | 6 | F | 1 | 25 | 57 | 5B |
Octal | 374 | 355 | 325 | 0 | 6 | 17 | 1 | 45 | 127 | 133 |
Binary | 11111100 | 11101101 | 11010101 | 0 | 110 | 1111 | 1 | 100101 | 1010111 | 1011011 |
Color Harmonies of #FCEDD5
Complementary color
Monochromatic Colors of #FCEDD5
Black with #FCEDD5
Text Example
Text Example
White with #FCEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDD5; }
p { color: rgb(252,237,213); }
H1.HeaderClassName
{
color: #FCEDD5;
}
.AnyTagClassName
{
color: #FCEDD5;
}
</style>
background-color css
<style>
a { background-color: #FCEDD5; }
a { background-color: rgb(252,237,213); }
div.DivClassName
{
background-color: #FCEDD5;
}
.BgClassName
{
background-color: #FCEDD5;
}
</style>
border-color css
<style>
span { border-color: #FCEDD5; }
span { border-color: rgb(252,237,213); }
td.TdClassName
{
border-color: #FCEDD5;
}
.TagClassName
{
border-color: #FCEDD5;
}
</style>