Html Css Color HEX #FAE2AB Peach-Yellow

📋 copy color: '#FAE2AB'

red 250 ◦ green 226 ◦ blue 171

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

Shades of Peach-Yellow #FAE2AB

Tints of Peach-Yellow #FAE2AB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.93%

 BLUE value IS 171 (67.19% from 255) = 26.43%

R = 38.64%
G = 34.93%
B = 26.43%

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

#FAE2AB (or 0xFAE2AB) is known color: Peach-Yellow. HEX triplet: FA, E2 and AB. RGB value is (250,226,171). Sum of RGB (Red+Green+Blue) = 250+226+171=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE2AB is #051D54. Grayscale: #E3E3E3. Windows color (decimal): -335189 or 11264762. OLE color: 11264762.

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

Color convert

RGB 250 226 171 -
CMYK 0 0.10 0.32 0.02
HSL 41.77º 0.89% 0.83% -
HSV(B) 41.77º 0.32% 0.98% -
XYZ 73.97 77.66 49.62 -
YUV 226.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 250 226 171 0 0.10 0.32 0.02 41.77 0.89 0.83
Hex FA E2 AB 0 A 20 2 2A 59 53
Octal 372 342 253 0 12 40 2 52 131 123
Binary 11111010 11100010 10101011 0 1010 100000 10 101010 1011001 1010011

Color Harmonies of #FAE2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2AB

Black with #FAE2AB

Text Example


Text Example

White with #FAE2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2AB; }

 p { color: rgb(250,226,171); }

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

background-color css

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

 a { background-color: rgb(250,226,171); }

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

border-color css

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

 span { border-color: rgb(250,226,171); }

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