#FFEED5

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

Shades of Papaya Whip #FFEED5

Tints of Papaya Whip #FFEED5

Color information

#FFEED5 (or 0xFFEED5) is unknown color: approx Papaya Whip. HEX triplet: FF, EE and D5. RGB value is (255,238,213). Sum of RGB (Red+Green+Blue) = 255+238+213=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 213 (83.59% from 255 or 30.17% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEED5 is #00112A. Grayscale: #F0F0F0. Windows color (decimal): -4395 or 14020351. OLE color: 14020351.

HSL color Cylindrical-coordinate representation of color #FFEED5: hue angle of 35.71º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFEED5 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255238213-
CMYK00.070.160
HSL35.71º100%91.76%-
HSV(B)35.71º16.47%100%-
XYZ83.8287.2175.37-
YUV240.23112.63138.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.12%
GREEN value IS 238 (93.36% from 255) = 33.71%
BLUE value IS 213 (83.59% from 255) = 30.17%
R=36.12%
G=33.71%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523821300.070.16035.7110091.76
HexFFEED50710024645c
Octal3773563250720044144134
Binary111111111110111011010101011110000010010011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEED5; }

 p { color: rgb(255,238,213); }

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

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

 a { background-color: rgb(255,238,213); }

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

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

 span { border-color: rgb(255,238,213); }

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