Html Css Color HEX #FDE3AF Peach-Yellow

📋 copy color: '#FDE3AF'

red 253 ◦ green 227 ◦ blue 175

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

Shades of Peach-Yellow #FDE3AF

Tints of Peach-Yellow #FDE3AF

RGB

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

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

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

R = 38.63%
G = 34.66%
B = 26.72%

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

#FDE3AF (or 0xFDE3AF) is known color: Peach-Yellow. HEX triplet: FD, E3 and AF. RGB value is (253,227,175). Sum of RGB (Red+Green+Blue) = 253+227+175=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE3AF is #021C50. Grayscale: #E5E5E5. Windows color (decimal): -138321 or 11527165. OLE color: 11527165.

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

Color convert

RGB 253 227 175 -
CMYK 0 0.10 0.31 0.01
HSL 40º 0.95% 0.84% -
HSV(B) 40º 0.31% 0.99% -
XYZ 75.71 78.92 51.8 -
YUV 228.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 253 227 175 0 0.10 0.31 0.01 40 0.95 0.84
Hex FD E3 AF 0 A 1F 1 28 5F 54
Octal 375 343 257 0 12 37 1 50 137 124
Binary 11111101 11100011 10101111 0 1010 11111 1 101000 1011111 1010100

Color Harmonies of #FDE3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3AF

Black with #FDE3AF

Text Example


Text Example

White with #FDE3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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