Html Css Color HEX #FAE2B2 Peach-Yellow

📋 copy color: '#FAE2B2'

red 250 ◦ green 226 ◦ blue 178

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

Shades of Peach-Yellow #FAE2B2

Tints of Peach-Yellow #FAE2B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.22%

R = 38.23%
G = 34.56%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAE2B2 (or 0xFAE2B2) is known color: Peach-Yellow. HEX triplet: FA, E2 and B2. RGB value is (250,226,178). Sum of RGB (Red+Green+Blue) = 250+226+178=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 178 (69.92% from 255 or 27.22% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE2B2 is #051D4D. Grayscale: #E3E3E3. Windows color (decimal): -335182 or 11723514. OLE color: 11723514.

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

Color convert

RGB 250 226 178 -
CMYK 0 0.10 0.29 0.02
HSL 40º 0.88% 0.84% -
HSV(B) 40º 0.29% 0.98% -
XYZ 74.66 77.93 53.23 -
YUV 227.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 250 226 178 0 0.10 0.29 0.02 40 0.88 0.84
Hex FA E2 B2 0 A 1D 2 28 58 54
Octal 372 342 262 0 12 35 2 50 130 124
Binary 11111010 11100010 10110010 0 1010 11101 10 101000 1011000 1010100

Color Harmonies of #FAE2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2B2

Black with #FAE2B2

Text Example


Text Example

White with #FAE2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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