Html Css Color HEX #F8E0AA Peach-Yellow

📋 copy color: '#F8E0AA'

red 248 ◦ green 224 ◦ blue 170

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

Shades of Peach-Yellow #F8E0AA

Tints of Peach-Yellow #F8E0AA

RGB

 RED value IS 248 (97.27% from 255) = 38.63%

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

 BLUE value IS 170 (66.8% from 255) = 26.48%

R = 38.63%
G = 34.89%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8E0AA (or 0xF8E0AA) is known color: Peach-Yellow. HEX triplet: F8, E0 and AA. RGB value is (248,224,170). Sum of RGB (Red+Green+Blue) = 248+224+170=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E0AA is #071F55. Grayscale: #E1E1E1. Windows color (decimal): -466774 or 11198712. OLE color: 11198712.

HSL color Cylindrical-coordinate representation of color #F8E0AA: hue angle of 41.54º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8E0AA is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 224 170 -
CMYK 0 0.10 0.31 0.03
HSL 41.54º 0.85% 0.82% -
HSV(B) 41.54º 0.31% 0.97% -
XYZ 72.62 76.17 48.9 -
YUV 225.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 248 224 170 0 0.10 0.31 0.03 41.54 0.85 0.82
Hex F8 E0 AA 0 A 1F 3 2A 55 52
Octal 370 340 252 0 12 37 3 52 125 122
Binary 11111000 11100000 10101010 0 1010 11111 11 101010 1010101 1010010

Color Harmonies of #F8E0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E0AA

Black with #F8E0AA

Text Example


Text Example

White with #F8E0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E0AA; }

 p { color: rgb(248,224,170); }

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

background-color css

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

 a { background-color: rgb(248,224,170); }

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

border-color css

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

 span { border-color: rgb(248,224,170); }

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