Html Css Color HEX #FDE4AB Peach-Yellow

📋 copy color: '#FDE4AB'

red 253 ◦ green 228 ◦ blue 171

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

Shades of Peach-Yellow #FDE4AB

Tints of Peach-Yellow #FDE4AB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.97%

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

R = 38.8%
G = 34.97%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDE4AB (or 0xFDE4AB) is known color: Peach-Yellow. HEX triplet: FD, E4 and AB. RGB value is (253,228,171). Sum of RGB (Red+Green+Blue) = 253+228+171=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 171 (67.19% from 255 or 26.23% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE4AB is #021B54. Grayscale: #E5E5E5. Windows color (decimal): -138069 or 11265277. OLE color: 11265277.

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

Color convert

RGB 253 228 171 -
CMYK 0 0.10 0.32 0.01
HSL 41.71º 0.95% 0.83% -
HSV(B) 41.71º 0.32% 0.99% -
XYZ 75.6 79.31 49.85 -
YUV 228.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 253 228 171 0 0.10 0.32 0.01 41.71 0.95 0.83
Hex FD E4 AB 0 A 20 1 2A 5F 53
Octal 375 344 253 0 12 40 1 52 137 123
Binary 11111101 11100100 10101011 0 1010 100000 1 101010 1011111 1010011

Color Harmonies of #FDE4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE4AB

Black with #FDE4AB

Text Example


Text Example

White with #FDE4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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