Html Css Color HEX #FDE2AF Peach-Yellow

📋 copy color: '#FDE2AF'

red 253 ◦ green 226 ◦ blue 175

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

Shades of Peach-Yellow #FDE2AF

Tints of Peach-Yellow #FDE2AF

RGB

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

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

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

R = 38.69%
G = 34.56%
B = 26.76%

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

#FDE2AF (or 0xFDE2AF) is known color: Peach-Yellow. HEX triplet: FD, E2 and AF. RGB value is (253,226,175). Sum of RGB (Red+Green+Blue) = 253+226+175=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 175 (68.75% from 255 or 26.76% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE2AF is #021D50. Grayscale: #E4E4E4. Windows color (decimal): -138577 or 11526909. OLE color: 11526909.

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

Color convert

RGB 253 226 175 -
CMYK 0 0.11 0.31 0.01
HSL 39.23º 0.95% 0.84% -
HSV(B) 39.23º 0.31% 0.99% -
XYZ 75.44 78.37 51.71 -
YUV 228.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 253 226 175 0 0.11 0.31 0.01 39.23 0.95 0.84
Hex FD E2 AF 0 B 1F 1 27 5F 54
Octal 375 342 257 0 13 37 1 47 137 124
Binary 11111101 11100010 10101111 0 1011 11111 1 100111 1011111 1010100

Color Harmonies of #FDE2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE2AF

Black with #FDE2AF

Text Example


Text Example

White with #FDE2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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