Html Css Color HEX #FDE1AE Peach-Yellow

📋 copy color: '#FDE1AE'

red 253 ◦ green 225 ◦ blue 174

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

Shades of Peach-Yellow #FDE1AE

Tints of Peach-Yellow #FDE1AE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.51%

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

R = 38.8%
G = 34.51%
B = 26.69%

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

#FDE1AE (or 0xFDE1AE) is known color: Peach-Yellow. HEX triplet: FD, E1 and AE. RGB value is (253,225,174). Sum of RGB (Red+Green+Blue) = 253+225+174=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 174 (68.36% from 255 or 26.69% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE1AE is #021E51. Grayscale: #E3E3E3. Windows color (decimal): -138834 or 11461117. OLE color: 11461117.

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

Color convert

RGB 253 225 174 -
CMYK 0 0.11 0.31 0.01
HSL 38.73º 0.95% 0.84% -
HSV(B) 38.73º 0.31% 0.99% -
XYZ 75.07 77.79 51.1 -
YUV 227.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 253 225 174 0 0.11 0.31 0.01 38.73 0.95 0.84
Hex FD E1 AE 0 B 1F 1 27 5F 54
Octal 375 341 256 0 13 37 1 47 137 124
Binary 11111101 11100001 10101110 0 1011 11111 1 100111 1011111 1010100

Color Harmonies of #FDE1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE1AE

Black with #FDE1AE

Text Example


Text Example

White with #FDE1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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