Html Css Color HEX #FDE2B0 Peach-Yellow

📋 copy color: '#FDE2B0'

red 253 ◦ green 226 ◦ blue 176

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

Shades of Peach-Yellow #FDE2B0

Tints of Peach-Yellow #FDE2B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.87%

R = 38.63%
G = 34.5%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDE2B0 (or 0xFDE2B0) is known color: Peach-Yellow. HEX triplet: FD, E2 and B0. RGB value is (253,226,176). Sum of RGB (Red+Green+Blue) = 253+226+176=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 176 (69.14% from 255 or 26.87% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE2B0 is #021D4F. Grayscale: #E4E4E4. Windows color (decimal): -138576 or 11592445. OLE color: 11592445.

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

Color convert

RGB 253 226 176 -
CMYK 0 0.11 0.30 0.01
HSL 38.96º 0.95% 0.84% -
HSV(B) 38.96º 0.3% 0.99% -
XYZ 75.54 78.41 52.23 -
YUV 228.37 98.45 145.57 -
System Red Green Blue C M Y K H S L
Decimal 253 226 176 0 0.11 0.30 0.01 38.96 0.95 0.84
Hex FD E2 B0 0 B 1E 1 27 5F 54
Octal 375 342 260 0 13 36 1 47 137 124
Binary 11111101 11100010 10110000 0 1011 11110 1 100111 1011111 1010100

Color Harmonies of #FDE2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE2B0

Black with #FDE2B0

Text Example


Text Example

White with #FDE2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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