Html Css Color HEX #FAE2A9 Peach-Yellow

📋 copy color: '#FAE2A9'

red 250 ◦ green 226 ◦ blue 169

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

Shades of Peach-Yellow #FAE2A9

Tints of Peach-Yellow #FAE2A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 26.2%

R = 38.76%
G = 35.04%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAE2A9 (or 0xFAE2A9) is known color: Peach-Yellow. HEX triplet: FA, E2 and A9. RGB value is (250,226,169). Sum of RGB (Red+Green+Blue) = 250+226+169=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 169 (66.41% from 255 or 26.20% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE2A9 is #051D56. Grayscale: #E2E2E2. Windows color (decimal): -335191 or 11133690. OLE color: 11133690.

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

Color convert

RGB 250 226 169 -
CMYK 0 0.10 0.32 0.02
HSL 42.22º 0.89% 0.82% -
HSV(B) 42.22º 0.32% 0.98% -
XYZ 73.78 77.58 48.62 -
YUV 226.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 250 226 169 0 0.10 0.32 0.02 42.22 0.89 0.82
Hex FA E2 A9 0 A 20 2 2A 59 52
Octal 372 342 251 0 12 40 2 52 131 122
Binary 11111010 11100010 10101001 0 1010 100000 10 101010 1011001 1010010

Color Harmonies of #FAE2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2A9

Black with #FAE2A9

Text Example


Text Example

White with #FAE2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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