Html Css Color HEX #FAE2AD Peach-Yellow

📋 copy color: '#FAE2AD'

red 250 ◦ green 226 ◦ blue 173

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

Shades of Peach-Yellow #FAE2AD

Tints of Peach-Yellow #FAE2AD

RGB

 RED value IS 250 (98.05% from 255) = 38.52%

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

 BLUE value IS 173 (67.97% from 255) = 26.66%

R = 38.52%
G = 34.82%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAE2AD (or 0xFAE2AD) is known color: Peach-Yellow. HEX triplet: FA, E2 and AD. RGB value is (250,226,173). Sum of RGB (Red+Green+Blue) = 250+226+173=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 173 (67.97% from 255 or 26.66% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE2AD is #051D52. Grayscale: #E3E3E3. Windows color (decimal): -335187 or 11395834. OLE color: 11395834.

HSL color Cylindrical-coordinate representation of color #FAE2AD: hue angle of 41.3º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAE2AD is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 226 173 -
CMYK 0 0.10 0.31 0.02
HSL 41.3º 0.89% 0.83% -
HSV(B) 41.3º 0.31% 0.98% -
XYZ 74.16 77.73 50.63 -
YUV 227.13 97.45 144.31 -
System Red Green Blue C M Y K H S L
Decimal 250 226 173 0 0.10 0.31 0.02 41.3 0.89 0.83
Hex FA E2 AD 0 A 1F 2 29 59 53
Octal 372 342 255 0 12 37 2 51 131 123
Binary 11111010 11100010 10101101 0 1010 11111 10 101001 1011001 1010011

Color Harmonies of #FAE2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2AD

Black with #FAE2AD

Text Example


Text Example

White with #FAE2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2AD; }

 p { color: rgb(250,226,173); }

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

background-color css

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

 a { background-color: rgb(250,226,173); }

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

border-color css

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

 span { border-color: rgb(250,226,173); }

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