#FFEED6

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

Shades of Papaya Whip #FFEED6

Tints of Papaya Whip #FFEED6

Color information

#FFEED6 (or 0xFFEED6) is unknown color: approx Papaya Whip. HEX triplet: FF, EE and D6. RGB value is (255,238,214). Sum of RGB (Red+Green+Blue) = 255+238+214=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 214 (83.98% from 255 or 30.27% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEED6 is #001129. Grayscale: #F0F0F0. Windows color (decimal): -4394 or 14085887. OLE color: 14085887.

HSL color Cylindrical-coordinate representation of color #FFEED6: hue angle of 35.12º 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 #FFEED6 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255238214-
CMYK00.070.160
HSL35.12º100%91.96%-
HSV(B)35.12º16.08%100%-
XYZ83.9587.2676.04-
YUV240.35113.13138.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 238 (93.36% from 255) = 33.66%
BLUE value IS 214 (83.98% from 255) = 30.27%
R=36.07%
G=33.66%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523821400.070.16035.1210091.96
HexFFEED60710023645c
Octal3773563260720043144134
Binary111111111110111011010110011110000010001111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEED6; }

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

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

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

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

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

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

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

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