Html Css Color HEX #FDE0AF Peach-Yellow

📋 copy color: '#FDE0AF'

red 253 ◦ green 224 ◦ blue 175

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

Shades of Peach-Yellow #FDE0AF

Tints of Peach-Yellow #FDE0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.84%

R = 38.8%
G = 34.36%
B = 26.84%

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

#FDE0AF (or 0xFDE0AF) is known color: Peach-Yellow. HEX triplet: FD, E0 and AF. RGB value is (253,224,175). Sum of RGB (Red+Green+Blue) = 253+224+175=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 175 (68.75% from 255 or 26.84% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE0AF is #021F50. Grayscale: #E3E3E3. Windows color (decimal): -139089 or 11526397. OLE color: 11526397.

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

Color convert

RGB 253 224 175 -
CMYK 0 0.11 0.31 0.01
HSL 37.69º 0.95% 0.84% -
HSV(B) 37.69º 0.31% 0.99% -
XYZ 74.9 77.29 51.53 -
YUV 227.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 253 224 175 0 0.11 0.31 0.01 37.69 0.95 0.84
Hex FD E0 AF 0 B 1F 1 26 5F 54
Octal 375 340 257 0 13 37 1 46 137 124
Binary 11111101 11100000 10101111 0 1011 11111 1 100110 1011111 1010100

Color Harmonies of #FDE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0AF

Black with #FDE0AF

Text Example


Text Example

White with #FDE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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