#FCEDD5

Color #FCEDD5 Papaya Whip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Papaya Whip #FCEDD5

Tints of Papaya Whip #FCEDD5

Color information

#FCEDD5 (or 0xFCEDD5) is unknown color: approx 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

RGB252237213-
CMYK00.060.150.01
HSL36.92º86.67%91.18%-
HSV(B)36.92º15.48%98.82%-
XYZ82.4486.0775.22-
YUV238.75113.47137.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 213 (83.59% from 255) = 30.34%
R=35.90%
G=33.76%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223721300.060.150.0136.9286.6791.18
HexFCEDD506F125575b
Octal3743553250617145127133
Binary11111100111011011101010101101111110010110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>