Html Css Color HEX #FDE2AB Peach-Yellow

📋 copy color: '#FDE2AB'

red 253 ◦ green 226 ◦ blue 171

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

Shades of Peach-Yellow #FDE2AB

Tints of Peach-Yellow #FDE2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.31%

R = 38.92%
G = 34.77%
B = 26.31%

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

#FDE2AB (or 0xFDE2AB) is known color: Peach-Yellow. HEX triplet: FD, E2 and AB. RGB value is (253,226,171). Sum of RGB (Red+Green+Blue) = 253+226+171=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE2AB is #021D54. Grayscale: #E4E4E4. Windows color (decimal): -138581 or 11264765. OLE color: 11264765.

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

Color convert

RGB 253 226 171 -
CMYK 0 0.11 0.32 0.01
HSL 40.24º 0.95% 0.83% -
HSV(B) 40.24º 0.32% 0.99% -
XYZ 75.06 78.22 49.67 -
YUV 227.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 253 226 171 0 0.11 0.32 0.01 40.24 0.95 0.83
Hex FD E2 AB 0 B 20 1 28 5F 53
Octal 375 342 253 0 13 40 1 50 137 123
Binary 11111101 11100010 10101011 0 1011 100000 1 101000 1011111 1010011

Color Harmonies of #FDE2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE2AB

Black with #FDE2AB

Text Example


Text Example

White with #FDE2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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