Html Css Color HEX #FEC7A6 Peach

📋 copy color: '#FEC7A6'

red 254 ◦ green 199 ◦ blue 166

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

Shades of Peach #FEC7A6

Tints of Peach #FEC7A6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.15%

 BLUE value IS 166 (65.23% from 255) = 26.82%

R = 41.03%
G = 32.15%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEC7A6 (or 0xFEC7A6) is known color: Peach. HEX triplet: FE, C7 and A6. RGB value is (254,199,166). Sum of RGB (Red+Green+Blue) = 254+199+166=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 166 (65.23% from 255 or 26.82% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7A6 is #013859. Grayscale: #D3D3D3. Windows color (decimal): -79962 or 10930174. OLE color: 10930174.

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

Color convert

RGB 254 199 166 -
CMYK 0 0.22 0.35 0.00
HSL 22.5º 0.98% 0.82% -
HSV(B) 22.5º 0.35% 1% -
XYZ 68.18 64.67 44.97 -
YUV 211.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 254 199 166 0 0.22 0.35 0.00 22.5 0.98 0.82
Hex FE C7 A6 0 16 23 0 16 62 52
Octal 376 307 246 0 26 43 0 26 142 122
Binary 11111110 11000111 10100110 0 10110 100011 0 10110 1100010 1010010

Color Harmonies of #FEC7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7A6

Black with #FEC7A6

Text Example


Text Example

White with #FEC7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7A6; }

 p { color: rgb(254,199,166); }

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

background-color css

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

 a { background-color: rgb(254,199,166); }

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

border-color css

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

 span { border-color: rgb(254,199,166); }

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