Html Css Color HEX #F8E1AE Peach-Yellow

📋 copy color: '#F8E1AE'

red 248 ◦ green 225 ◦ blue 174

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

Shades of Peach-Yellow #F8E1AE

Tints of Peach-Yellow #F8E1AE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.78%

 BLUE value IS 174 (68.36% from 255) = 26.89%

R = 38.33%
G = 34.78%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F8E1AE (or 0xF8E1AE) is known color: Peach-Yellow. HEX triplet: F8, E1 and AE. RGB value is (248,225,174). Sum of RGB (Red+Green+Blue) = 248+225+174=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E1AE is #071E51. Grayscale: #E2E2E2. Windows color (decimal): -466514 or 11461112. OLE color: 11461112.

HSL color Cylindrical-coordinate representation of color #F8E1AE: hue angle of 41.35º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8E1AE is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 225 174 -
CMYK 0 0.09 0.30 0.03
HSL 41.35º 0.84% 0.83% -
HSV(B) 41.35º 0.3% 0.97% -
XYZ 73.28 76.86 51.02 -
YUV 226.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 248 225 174 0 0.09 0.30 0.03 41.35 0.84 0.83
Hex F8 E1 AE 0 9 1E 3 29 54 53
Octal 370 341 256 0 11 36 3 51 124 123
Binary 11111000 11100001 10101110 0 1001 11110 11 101001 1010100 1010011

Color Harmonies of #F8E1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E1AE

Black with #F8E1AE

Text Example


Text Example

White with #F8E1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E1AE; }

 p { color: rgb(248,225,174); }

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

background-color css

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

 a { background-color: rgb(248,225,174); }

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

border-color css

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

 span { border-color: rgb(248,225,174); }

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