#FEEED3

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

Shades of Papaya Whip #FEEED3

Tints of Papaya Whip #FEEED3

Color information

#FEEED3 (or 0xFEEED3) is unknown color: approx Papaya Whip. HEX triplet: FE, EE and D3. RGB value is (254,238,211). Sum of RGB (Red+Green+Blue) = 254+238+211=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEED3 is #01112C. Grayscale: #EFEFEF. Windows color (decimal): -69933 or 13889278. OLE color: 13889278.

HSL color Cylindrical-coordinate representation of color #FEEED3: hue angle of 37.67º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEEED3 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB254238211-
CMYK00.060.170.00
HSL37.67º95.56%91.18%-
HSV(B)37.67º16.93%99.61%-
XYZ83.2186.9274.02-
YUV239.71111.8138.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 238 (93.36% from 255) = 33.85%
BLUE value IS 211 (82.81% from 255) = 30.01%
R=36.13%
G=33.85%
B=30.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423821100.060.170.0037.6795.5691.18
HexFEEED30611026605b
Octal3763563230621046140133
Binary111111101110111011010011011010001010011011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEED3; }

 p { color: rgb(254,238,211); }

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

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

 a { background-color: rgb(254,238,211); }

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

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

 span { border-color: rgb(254,238,211); }

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