Html Css Color HEX #FDE3AE Peach-Yellow

📋 copy color: '#FDE3AE'

red 253 ◦ green 227 ◦ blue 174

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

Shades of Peach-Yellow #FDE3AE

Tints of Peach-Yellow #FDE3AE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.71%

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

R = 38.69%
G = 34.71%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDE3AE (or 0xFDE3AE) is known color: Peach-Yellow. HEX triplet: FD, E3 and AE. RGB value is (253,227,174). Sum of RGB (Red+Green+Blue) = 253+227+174=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE3AE is #021C51. Grayscale: #E4E4E4. Windows color (decimal): -138322 or 11461629. OLE color: 11461629.

HSL color Cylindrical-coordinate representation of color #FDE3AE: hue angle of 40.25º 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 #FDE3AE is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 227 174 -
CMYK 0 0.10 0.31 0.01
HSL 40.25º 0.95% 0.84% -
HSV(B) 40.25º 0.31% 0.99% -
XYZ 75.62 78.88 51.28 -
YUV 228.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 253 227 174 0 0.10 0.31 0.01 40.25 0.95 0.84
Hex FD E3 AE 0 A 1F 1 28 5F 54
Octal 375 343 256 0 12 37 1 50 137 124
Binary 11111101 11100011 10101110 0 1010 11111 1 101000 1011111 1010100

Color Harmonies of #FDE3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3AE

Black with #FDE3AE

Text Example


Text Example

White with #FDE3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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