Shades of Papaya Whip #FCEDD4
Tints of Papaya Whip #FCEDD4
RGB
CMYK
RGB Variations
Color information
#FCEDD4 (or 0xFCEDD4) is known color: Papaya Whip. HEX triplet: FC, ED and D4. RGB value is (252,237,212). Sum of RGB (Red+Green+Blue) = 252+237+212=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 212 (83.20% from 255 or 30.24% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDD4 is #03122B. Grayscale: #EEEEEE. Windows color (decimal): -201260 or 13954556. OLE color: 13954556.
HSL color Cylindrical-coordinate representation of color #FCEDD4: hue angle of 37.5º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCEDD4 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 212 | - |
CMYK | 0 | 0.06 | 0.16 | 0.01 |
HSL | 37.5º | 0.87% | 0.91% | - |
HSV(B) | 37.5º | 0.16% | 0.99% | - |
XYZ | 82.31 | 86.02 | 74.55 | - |
YUV | 238.64 | 112.97 | 137.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 212 | 0 | 0.06 | 0.16 | 0.01 | 37.5 | 0.87 | 0.91 |
Hex | FC | ED | D4 | 0 | 6 | 10 | 1 | 26 | 57 | 5B |
Octal | 374 | 355 | 324 | 0 | 6 | 20 | 1 | 46 | 127 | 133 |
Binary | 11111100 | 11101101 | 11010100 | 0 | 110 | 10000 | 1 | 100110 | 1010111 | 1011011 |
Color Harmonies of #FCEDD4
Complementary color
Monochromatic Colors of #FCEDD4
Black with #FCEDD4
Text Example
Text Example
White with #FCEDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDD4; }
p { color: rgb(252,237,212); }
H1.HeaderClassName
{
color: #FCEDD4;
}
.AnyTagClassName
{
color: #FCEDD4;
}
</style>
background-color css
<style>
a { background-color: #FCEDD4; }
a { background-color: rgb(252,237,212); }
div.DivClassName
{
background-color: #FCEDD4;
}
.BgClassName
{
background-color: #FCEDD4;
}
</style>
border-color css
<style>
span { border-color: #FCEDD4; }
span { border-color: rgb(252,237,212); }
td.TdClassName
{
border-color: #FCEDD4;
}
.TagClassName
{
border-color: #FCEDD4;
}
</style>