Html Css Color HEX #FAE3AE Peach-Yellow

📋 copy color: '#FAE3AE'

red 250 ◦ green 227 ◦ blue 174

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

Shades of Peach-Yellow #FAE3AE

Tints of Peach-Yellow #FAE3AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.73%

R = 38.4%
G = 34.87%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAE3AE (or 0xFAE3AE) is known color: Peach-Yellow. HEX triplet: FA, E3 and AE. RGB value is (250,227,174). Sum of RGB (Red+Green+Blue) = 250+227+174=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE3AE is #051C51. Grayscale: #E4E4E4. Windows color (decimal): -334930 or 11461626. OLE color: 11461626.

HSL color Cylindrical-coordinate representation of color #FAE3AE: hue angle of 41.84º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAE3AE is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 227 174 -
CMYK 0 0.09 0.30 0.02
HSL 41.84º 0.88% 0.83% -
HSV(B) 41.84º 0.3% 0.98% -
XYZ 74.53 78.32 51.23 -
YUV 227.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 250 227 174 0 0.09 0.30 0.02 41.84 0.88 0.83
Hex FA E3 AE 0 9 1E 2 2A 58 53
Octal 372 343 256 0 11 36 2 52 130 123
Binary 11111010 11100011 10101110 0 1001 11110 10 101010 1011000 1010011

Color Harmonies of #FAE3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3AE

Black with #FAE3AE

Text Example


Text Example

White with #FAE3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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