#FFEDD3

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

Shades of Papaya Whip #FFEDD3

Tints of Papaya Whip #FFEDD3

Color information

#FFEDD3 (or 0xFFEDD3) is unknown color: approx Papaya Whip. HEX triplet: FF, ED and D3. RGB value is (255,237,211). Sum of RGB (Red+Green+Blue) = 255+237+211=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDD3 is #00122C. Grayscale: #EFEFEF. Windows color (decimal): -4653 or 13889023. OLE color: 13889023.

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

Color convert

RGB255237211-
CMYK00.070.170
HSL35.45º100%91.37%-
HSV(B)35.45º17.25%100%-
XYZ83.2886.5373.94-
YUV239.42111.96139.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 237 (92.97% from 255) = 33.71%
BLUE value IS 211 (82.81% from 255) = 30.01%
R=36.27%
G=33.71%
B=30.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523721100.070.17035.4510091.37
HexFFEDD30711023645b
Octal3773553230721043144133
Binary111111111110110111010011011110001010001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDD3; }

 p { color: rgb(255,237,211); }

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

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

 a { background-color: rgb(255,237,211); }

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

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

 span { border-color: rgb(255,237,211); }

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