Html Css Color HEX #FFEDD5 Papaya Whip

📋 copy color: '#FFEDD5'

red 255 ◦ green 237 ◦ blue 213

#FFEDD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Papaya Whip #FFEDD5

Tints of Papaya Whip #FFEDD5

RGB

 RED value IS 255 (100% from 255) = 36.17%

 GREEN value IS 237 (92.97% from 255) = 33.62%

 BLUE value IS 213 (83.59% from 255) = 30.21%

R = 36.17%
G = 33.62%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFEDD5 (or 0xFFEDD5) is known color: Papaya Whip. HEX triplet: FF, ED and D5. RGB value is (255,237,213). Sum of RGB (Red+Green+Blue) = 255+237+213=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 213 (83.59% from 255 or 30.21% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDD5 is #00122A. Grayscale: #EFEFEF. Windows color (decimal): -4651 or 14020095. OLE color: 14020095.

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

Color convert

RGB 255 237 213 -
CMYK 0 0.07 0.16 0
HSL 34.29º 1% 0.92% -
HSV(B) 34.29º 0.16% 1% -
XYZ 83.53 86.63 75.27 -
YUV 239.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 255 237 213 0 0.07 0.16 0 34.29 1 0.92
Hex FF ED D5 0 7 10 0 22 64 5C
Octal 377 355 325 0 7 20 0 42 144 134
Binary 11111111 11101101 11010101 0 111 10000 0 100010 1100100 1011100

Color Harmonies of #FFEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDD5

Black with #FFEDD5

Text Example


Text Example

White with #FFEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEDD5; }

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

 H1.HeaderClassName
 {
   color: #FFEDD5;
 }
 .AnyTagClassName
 {
   color: #FFEDD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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