Html Css Color HEX #FAE3AA Peach-Yellow

📋 copy color: '#FAE3AA'

red 250 ◦ green 227 ◦ blue 170

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

Shades of Peach-Yellow #FAE3AA

Tints of Peach-Yellow #FAE3AA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.09%

 BLUE value IS 170 (66.8% from 255) = 26.28%

R = 38.64%
G = 35.09%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAE3AA (or 0xFAE3AA) is known color: Peach-Yellow. HEX triplet: FA, E3 and AA. RGB value is (250,227,170). Sum of RGB (Red+Green+Blue) = 250+227+170=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE3AA is #051C55. Grayscale: #E3E3E3. Windows color (decimal): -334934 or 11199482. OLE color: 11199482.

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

Color convert

RGB 250 227 170 -
CMYK 0 0.09 0.32 0.02
HSL 42.75º 0.89% 0.82% -
HSV(B) 42.75º 0.32% 0.98% -
XYZ 74.15 78.16 49.21 -
YUV 227.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 250 227 170 0 0.09 0.32 0.02 42.75 0.89 0.82
Hex FA E3 AA 0 9 20 2 2B 59 52
Octal 372 343 252 0 11 40 2 53 131 122
Binary 11111010 11100011 10101010 0 1001 100000 10 101011 1011001 1010010

Color Harmonies of #FAE3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3AA

Black with #FAE3AA

Text Example


Text Example

White with #FAE3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3AA; }

 p { color: rgb(250,227,170); }

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

background-color css

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

 a { background-color: rgb(250,227,170); }

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

border-color css

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

 span { border-color: rgb(250,227,170); }

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