#FDEDD6

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

Shades of Papaya Whip #FDEDD6

Tints of Papaya Whip #FDEDD6

Color information

#FDEDD6 (or 0xFDEDD6) is unknown color: approx Papaya Whip. HEX triplet: FD, ED and D6. RGB value is (253,237,214). Sum of RGB (Red+Green+Blue) = 253+237+214=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 214 (83.98% from 255 or 30.40% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDD6 is #021229. Grayscale: #EFEFEF. Windows color (decimal): -135722 or 14085629. OLE color: 14085629.

HSL color Cylindrical-coordinate representation of color #FDEDD6: hue angle of 35.38º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDEDD6 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB253237214-
CMYK00.060.150.01
HSL35.38º90.7%91.57%-
HSV(B)35.38º15.42%99.22%-
XYZ82.9386.3175.91-
YUV239.16113.8137.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 214 (83.98% from 255) = 30.40%
R=35.94%
G=33.66%
B=30.40%

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
Decimal25323721400.060.150.0135.3890.791.57
HexFDEDD606F1235b5c
Octal3753553260617143133134
Binary11111101111011011101011001101111110001110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDD6; }

 p { color: rgb(253,237,214); }

 H1.HeaderClassName
 {
   color: #FDEDD6;
 }
 .AnyTagClassName
 {
   color: #FDEDD6;
 }
</style>
background-color css

<style>
 a { background-color: #FDEDD6; }

 a { background-color: rgb(253,237,214); }

 div.DivClassName
 {
   background-color: #FDEDD6;
 }
 .BgClassName
 {
   background-color: #FDEDD6;
 }
</style>
border-color css

<style>
 span { border-color: #FDEDD6; }

 span { border-color: rgb(253,237,214); }

 td.TdClassName
 {
   border-color: #FDEDD6;
 }
 .TagClassName
 {
   border-color: #FDEDD6;
 }
</style>