Html Css Color HEX #FDEDD5 Papaya Whip

📋 copy color: '#FDEDD5'

red 253 ◦ green 237 ◦ blue 213

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

Shades of Papaya Whip #FDEDD5

Tints of Papaya Whip #FDEDD5

RGB

 RED value IS 253 (99.22% from 255) = 35.99%

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

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

R = 35.99%
G = 33.71%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDEDD5 (or 0xFDEDD5) is known color: Papaya Whip. HEX triplet: FD, ED and D5. RGB value is (253,237,213). Sum of RGB (Red+Green+Blue) = 253+237+213=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 213 (83.59% from 255 or 30.30% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDD5 is #02122A. Grayscale: #EFEFEF. Windows color (decimal): -135723 or 14020093. OLE color: 14020093.

HSL color Cylindrical-coordinate representation of color #FDEDD5: hue angle of 36º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDEDD5 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 237 213 -
CMYK 0 0.06 0.16 0.01
HSL 36º 0.91% 0.91% -
HSV(B) 36º 0.16% 0.99% -
XYZ 82.8 86.26 75.24 -
YUV 239.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 253 237 213 0 0.06 0.16 0.01 36 0.91 0.91
Hex FD ED D5 0 6 10 1 24 5B 5B
Octal 375 355 325 0 6 20 1 44 133 133
Binary 11111101 11101101 11010101 0 110 10000 1 100100 1011011 1011011

Color Harmonies of #FDEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDD5

Black with #FDEDD5

Text Example


Text Example

White with #FDEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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