Html Css Color HEX #FDE3B0 Peach-Yellow

📋 copy color: '#FDE3B0'

red 253 ◦ green 227 ◦ blue 176

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

Shades of Peach-Yellow #FDE3B0

Tints of Peach-Yellow #FDE3B0

RGB

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

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

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

R = 38.57%
G = 34.6%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDE3B0 (or 0xFDE3B0) is known color: Peach-Yellow. HEX triplet: FD, E3 and B0. RGB value is (253,227,176). Sum of RGB (Red+Green+Blue) = 253+227+176=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 176 (69.14% from 255 or 26.83% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE3B0 is #021C4F. Grayscale: #E5E5E5. Windows color (decimal): -138320 or 11592701. OLE color: 11592701.

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

Color convert

RGB 253 227 176 -
CMYK 0 0.10 0.30 0.01
HSL 39.74º 0.95% 0.84% -
HSV(B) 39.74º 0.3% 0.99% -
XYZ 75.81 78.96 52.32 -
YUV 228.96 98.11 145.15 -
System Red Green Blue C M Y K H S L
Decimal 253 227 176 0 0.10 0.30 0.01 39.74 0.95 0.84
Hex FD E3 B0 0 A 1E 1 28 5F 54
Octal 375 343 260 0 12 36 1 50 137 124
Binary 11111101 11100011 10110000 0 1010 11110 1 101000 1011111 1010100

Color Harmonies of #FDE3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3B0

Black with #FDE3B0

Text Example


Text Example

White with #FDE3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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