Html Css Color HEX #FAE1AE Peach-Yellow

📋 copy color: '#FAE1AE'

red 250 ◦ green 225 ◦ blue 174

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

Shades of Peach-Yellow #FAE1AE

Tints of Peach-Yellow #FAE1AE

RGB

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

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

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

R = 38.52%
G = 34.67%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAE1AE (or 0xFAE1AE) is known color: Peach-Yellow. HEX triplet: FA, E1 and AE. RGB value is (250,225,174). Sum of RGB (Red+Green+Blue) = 250+225+174=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 174 (68.36% from 255 or 26.81% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE1AE is #051E51. Grayscale: #E2E2E2. Windows color (decimal): -335442 or 11461114. OLE color: 11461114.

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

Color convert

RGB 250 225 174 -
CMYK 0 0.10 0.30 0.02
HSL 40.26º 0.88% 0.83% -
HSV(B) 40.26º 0.3% 0.98% -
XYZ 73.99 77.23 51.05 -
YUV 226.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 250 225 174 0 0.10 0.30 0.02 40.26 0.88 0.83
Hex FA E1 AE 0 A 1E 2 28 58 53
Octal 372 341 256 0 12 36 2 50 130 123
Binary 11111010 11100001 10101110 0 1010 11110 10 101000 1011000 1010011

Color Harmonies of #FAE1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE1AE

Black with #FAE1AE

Text Example


Text Example

White with #FAE1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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