Html Css Color HEX #FAE3AD Peach-Yellow

📋 copy color: '#FAE3AD'

red 250 ◦ green 227 ◦ blue 173

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

Shades of Peach-Yellow #FAE3AD

Tints of Peach-Yellow #FAE3AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.62%

R = 38.46%
G = 34.92%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAE3AD (or 0xFAE3AD) is known color: Peach-Yellow. HEX triplet: FA, E3 and AD. RGB value is (250,227,173). Sum of RGB (Red+Green+Blue) = 250+227+173=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE3AD is #051C52. Grayscale: #E3E3E3. Windows color (decimal): -334931 or 11396090. OLE color: 11396090.

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

Color convert

RGB 250 227 173 -
CMYK 0 0.09 0.31 0.02
HSL 42.08º 0.89% 0.83% -
HSV(B) 42.08º 0.31% 0.98% -
XYZ 74.44 78.28 50.72 -
YUV 227.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 250 227 173 0 0.09 0.31 0.02 42.08 0.89 0.83
Hex FA E3 AD 0 9 1F 2 2A 59 53
Octal 372 343 255 0 11 37 2 52 131 123
Binary 11111010 11100011 10101101 0 1001 11111 10 101010 1011001 1010011

Color Harmonies of #FAE3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE3AD

Black with #FAE3AD

Text Example


Text Example

White with #FAE3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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