Html Css Color HEX #FAE1A9 Peach-Yellow

📋 copy color: '#FAE1A9'

red 250 ◦ green 225 ◦ blue 169

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

Shades of Peach-Yellow #FAE1A9

Tints of Peach-Yellow #FAE1A9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.94%

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

R = 38.82%
G = 34.94%
B = 26.24%

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

#FAE1A9 (or 0xFAE1A9) is known color: Peach-Yellow. HEX triplet: FA, E1 and A9. RGB value is (250,225,169). Sum of RGB (Red+Green+Blue) = 250+225+169=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 169 (66.41% from 255 or 26.24% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE1A9 is #051E56. Grayscale: #E2E2E2. Windows color (decimal): -335447 or 11133434. OLE color: 11133434.

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

Color convert

RGB 250 225 169 -
CMYK 0 0.10 0.32 0.02
HSL 41.48º 0.89% 0.82% -
HSV(B) 41.48º 0.32% 0.98% -
XYZ 73.51 77.04 48.53 -
YUV 226.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 250 225 169 0 0.10 0.32 0.02 41.48 0.89 0.82
Hex FA E1 A9 0 A 20 2 29 59 52
Octal 372 341 251 0 12 40 2 51 131 122
Binary 11111010 11100001 10101001 0 1010 100000 10 101001 1011001 1010010

Color Harmonies of #FAE1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE1A9

Black with #FAE1A9

Text Example


Text Example

White with #FAE1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE1A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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