Html Css Color HEX #FAE0AF Peach-Yellow

📋 copy color: '#FAE0AF'

red 250 ◦ green 224 ◦ blue 175

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

Shades of Peach-Yellow #FAE0AF

Tints of Peach-Yellow #FAE0AF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.51%

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

R = 38.52%
G = 34.51%
B = 26.96%

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

#FAE0AF (or 0xFAE0AF) is known color: Peach-Yellow. HEX triplet: FA, E0 and AF. RGB value is (250,224,175). Sum of RGB (Red+Green+Blue) = 250+224+175=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0AF is #051F50. Grayscale: #E2E2E2. Windows color (decimal): -335697 or 11526394. OLE color: 11526394.

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

Color convert

RGB 250 224 175 -
CMYK 0 0.10 0.3 0.02
HSL 39.2º 0.88% 0.83% -
HSV(B) 39.2º 0.3% 0.98% -
XYZ 73.82 76.73 51.48 -
YUV 226.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 250 224 175 0 0.10 0.3 0.02 39.2 0.88 0.83
Hex FA E0 AF 0 A 1E 2 27 58 53
Octal 372 340 257 0 12 36 2 47 130 123
Binary 11111010 11100000 10101111 0 1010 11110 10 100111 1011000 1010011

Color Harmonies of #FAE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE0AF

Black with #FAE0AF

Text Example


Text Example

White with #FAE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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