Html Css Color HEX #FDE0AE Peach-Yellow

📋 copy color: '#FDE0AE'

red 253 ◦ green 224 ◦ blue 174

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

Shades of Peach-Yellow #FDE0AE

Tints of Peach-Yellow #FDE0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.73%

R = 38.86%
G = 34.41%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDE0AE (or 0xFDE0AE) is known color: Peach-Yellow. HEX triplet: FD, E0 and AE. RGB value is (253,224,174). Sum of RGB (Red+Green+Blue) = 253+224+174=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE0AE is #021F51. Grayscale: #E3E3E3. Windows color (decimal): -139090 or 11460861. OLE color: 11460861.

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

Color convert

RGB 253 224 174 -
CMYK 0 0.11 0.31 0.01
HSL 37.97º 0.95% 0.84% -
HSV(B) 37.97º 0.31% 0.99% -
XYZ 74.8 77.25 51.01 -
YUV 226.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 253 224 174 0 0.11 0.31 0.01 37.97 0.95 0.84
Hex FD E0 AE 0 B 1F 1 26 5F 54
Octal 375 340 256 0 13 37 1 46 137 124
Binary 11111101 11100000 10101110 0 1011 11111 1 100110 1011111 1010100

Color Harmonies of #FDE0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0AE

Black with #FDE0AE

Text Example


Text Example

White with #FDE0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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