Html Css Color HEX #FEC8A7 Peach

📋 copy color: '#FEC8A7'

red 254 ◦ green 200 ◦ blue 167

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

Shades of Peach #FEC8A7

Tints of Peach #FEC8A7

RGB

 RED value IS 254 (99.61% from 255) = 40.9%

 GREEN value IS 200 (78.52% from 255) = 32.21%

 BLUE value IS 167 (65.63% from 255) = 26.89%

R = 40.9%
G = 32.21%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEC8A7 (or 0xFEC8A7) is known color: Peach. HEX triplet: FE, C8 and A7. RGB value is (254,200,167). Sum of RGB (Red+Green+Blue) = 254+200+167=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 167 (65.62% from 255 or 26.89% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8A7 is #013758. Grayscale: #D4D4D4. Windows color (decimal): -79705 or 10995966. OLE color: 10995966.

HSL color Cylindrical-coordinate representation of color #FEC8A7: hue angle of 22.76º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEC8A7 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 200 167 -
CMYK 0 0.21 0.34 0.00
HSL 22.76º 0.98% 0.83% -
HSV(B) 22.76º 0.34% 1% -
XYZ 68.5 65.17 45.53 -
YUV 212.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 254 200 167 0 0.21 0.34 0.00 22.76 0.98 0.83
Hex FE C8 A7 0 15 22 0 17 62 53
Octal 376 310 247 0 25 42 0 27 142 123
Binary 11111110 11001000 10100111 0 10101 100010 0 10111 1100010 1010011

Color Harmonies of #FEC8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8A7

Black with #FEC8A7

Text Example


Text Example

White with #FEC8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8A7; }

 p { color: rgb(254,200,167); }

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

background-color css

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

 a { background-color: rgb(254,200,167); }

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

border-color css

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

 span { border-color: rgb(254,200,167); }

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