Html Css Color HEX #FEC6A6 Peach

📋 copy color: '#FEC6A6'

red 254 ◦ green 198 ◦ blue 166

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

Shades of Peach #FEC6A6

Tints of Peach #FEC6A6

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.04%

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

R = 41.1%
G = 32.04%
B = 26.86%

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

#FEC6A6 (or 0xFEC6A6) is known color: Peach. HEX triplet: FE, C6 and A6. RGB value is (254,198,166). Sum of RGB (Red+Green+Blue) = 254+198+166=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6A6 is #013959. Grayscale: #D3D3D3. Windows color (decimal): -80218 or 10929918. OLE color: 10929918.

HSL color Cylindrical-coordinate representation of color #FEC6A6: hue angle of 21.82º 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 #FEC6A6 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 198 166 -
CMYK 0 0.22 0.35 0.00
HSL 21.82º 0.98% 0.82% -
HSV(B) 21.82º 0.35% 1% -
XYZ 67.95 64.21 44.89 -
YUV 211.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 254 198 166 0 0.22 0.35 0.00 21.82 0.98 0.82
Hex FE C6 A6 0 16 23 0 16 62 52
Octal 376 306 246 0 26 43 0 26 142 122
Binary 11111110 11000110 10100110 0 10110 100011 0 10110 1100010 1010010

Color Harmonies of #FEC6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6A6

Black with #FEC6A6

Text Example


Text Example

White with #FEC6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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