Html Css Color HEX #FDE2AD Peach-Yellow

📋 copy color: '#FDE2AD'

red 253 ◦ green 226 ◦ blue 173

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

Shades of Peach-Yellow #FDE2AD

Tints of Peach-Yellow #FDE2AD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.66%

 BLUE value IS 173 (67.97% from 255) = 26.53%

R = 38.8%
G = 34.66%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDE2AD (or 0xFDE2AD) is known color: Peach-Yellow. HEX triplet: FD, E2 and AD. RGB value is (253,226,173). Sum of RGB (Red+Green+Blue) = 253+226+173=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 173 (67.97% from 255 or 26.53% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE2AD is #021D52. Grayscale: #E4E4E4. Windows color (decimal): -138579 or 11395837. OLE color: 11395837.

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

Color convert

RGB 253 226 173 -
CMYK 0 0.11 0.32 0.01
HSL 39.75º 0.95% 0.84% -
HSV(B) 39.75º 0.32% 0.99% -
XYZ 75.25 78.29 50.68 -
YUV 228.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 253 226 173 0 0.11 0.32 0.01 39.75 0.95 0.84
Hex FD E2 AD 0 B 20 1 28 5F 54
Octal 375 342 255 0 13 40 1 50 137 124
Binary 11111101 11100010 10101101 0 1011 100000 1 101000 1011111 1010100

Color Harmonies of #FDE2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE2AD

Black with #FDE2AD

Text Example


Text Example

White with #FDE2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE2AD; }

 p { color: rgb(253,226,173); }

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

background-color css

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

 a { background-color: rgb(253,226,173); }

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

border-color css

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

 span { border-color: rgb(253,226,173); }

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