Html Css Color HEX #FAE2AF Peach-Yellow

📋 copy color: '#FAE2AF'

red 250 ◦ green 226 ◦ blue 175

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

Shades of Peach-Yellow #FAE2AF

Tints of Peach-Yellow #FAE2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.88%

R = 38.4%
G = 34.72%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAE2AF (or 0xFAE2AF) is known color: Peach-Yellow. HEX triplet: FA, E2 and AF. RGB value is (250,226,175). Sum of RGB (Red+Green+Blue) = 250+226+175=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE2AF is #051D50. Grayscale: #E3E3E3. Windows color (decimal): -335185 or 11526906. OLE color: 11526906.

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

Color convert

RGB 250 226 175 -
CMYK 0 0.10 0.3 0.02
HSL 40.8º 0.88% 0.83% -
HSV(B) 40.8º 0.3% 0.98% -
XYZ 74.36 77.81 51.66 -
YUV 227.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 250 226 175 0 0.10 0.3 0.02 40.8 0.88 0.83
Hex FA E2 AF 0 A 1E 2 29 58 53
Octal 372 342 257 0 12 36 2 51 130 123
Binary 11111010 11100010 10101111 0 1010 11110 10 101001 1011000 1010011

Color Harmonies of #FAE2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2AF

Black with #FAE2AF

Text Example


Text Example

White with #FAE2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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