Html Css Color HEX #FDE0AA Peach-Yellow

📋 copy color: '#FDE0AA'

red 253 ◦ green 224 ◦ blue 170

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

Shades of Peach-Yellow #FDE0AA

Tints of Peach-Yellow #FDE0AA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.62%

 BLUE value IS 170 (66.8% from 255) = 26.28%

R = 39.1%
G = 34.62%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDE0AA (or 0xFDE0AA) is known color: Peach-Yellow. HEX triplet: FD, E0 and AA. RGB value is (253,224,170). Sum of RGB (Red+Green+Blue) = 253+224+170=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE0AA is #021F55. Grayscale: #E2E2E2. Windows color (decimal): -139094 or 11198717. OLE color: 11198717.

HSL color Cylindrical-coordinate representation of color #FDE0AA: hue angle of 39.04º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDE0AA is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 170 -
CMYK 0 0.11 0.33 0.01
HSL 39.04º 0.95% 0.83% -
HSV(B) 39.04º 0.33% 0.99% -
XYZ 74.42 77.1 48.99 -
YUV 226.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 253 224 170 0 0.11 0.33 0.01 39.04 0.95 0.83
Hex FD E0 AA 0 B 21 1 27 5F 53
Octal 375 340 252 0 13 41 1 47 137 123
Binary 11111101 11100000 10101010 0 1011 100001 1 100111 1011111 1010011

Color Harmonies of #FDE0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0AA

Black with #FDE0AA

Text Example


Text Example

White with #FDE0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0AA; }

 p { color: rgb(253,224,170); }

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

background-color css

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

 a { background-color: rgb(253,224,170); }

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

border-color css

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

 span { border-color: rgb(253,224,170); }

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