Html Css Color HEX #FAE2B0 Peach-Yellow

📋 copy color: '#FAE2B0'

red 250 ◦ green 226 ◦ blue 176

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

Shades of Peach-Yellow #FAE2B0

Tints of Peach-Yellow #FAE2B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.99%

R = 38.34%
G = 34.66%
B = 26.99%

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

#FAE2B0 (or 0xFAE2B0) is known color: Peach-Yellow. HEX triplet: FA, E2 and B0. RGB value is (250,226,176). Sum of RGB (Red+Green+Blue) = 250+226+176=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 176 (69.14% from 255 or 26.99% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE2B0 is #051D4F. Grayscale: #E3E3E3. Windows color (decimal): -335184 or 11592442. OLE color: 11592442.

HSL color Cylindrical-coordinate representation of color #FAE2B0: hue angle of 40.54º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAE2B0 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 226 176 -
CMYK 0 0.10 0.30 0.02
HSL 40.54º 0.88% 0.84% -
HSV(B) 40.54º 0.3% 0.98% -
XYZ 74.46 77.85 52.18 -
YUV 227.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 250 226 176 0 0.10 0.30 0.02 40.54 0.88 0.84
Hex FA E2 B0 0 A 1E 2 29 58 54
Octal 372 342 260 0 12 36 2 51 130 124
Binary 11111010 11100010 10110000 0 1010 11110 10 101001 1011000 1010100

Color Harmonies of #FAE2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2B0

Black with #FAE2B0

Text Example


Text Example

White with #FAE2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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