Html Css Color HEX #FEC4A7 Peach

📋 copy color: '#FEC4A7'

red 254 ◦ green 196 ◦ blue 167

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

Shades of Peach #FEC4A7

Tints of Peach #FEC4A7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.77%

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

R = 41.17%
G = 31.77%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEC4A7 (or 0xFEC4A7) is known color: Peach. HEX triplet: FE, C4 and A7. RGB value is (254,196,167). Sum of RGB (Red+Green+Blue) = 254+196+167=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 167 (65.62% from 255 or 27.07% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4A7 is #013B58. Grayscale: #D2D2D2. Windows color (decimal): -80729 or 10994942. OLE color: 10994942.

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

Color convert

RGB 254 196 167 -
CMYK 0 0.23 0.34 0.00
HSL 20º 0.98% 0.83% -
HSV(B) 20º 0.34% 1% -
XYZ 67.59 63.34 45.22 -
YUV 210.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 254 196 167 0 0.23 0.34 0.00 20 0.98 0.83
Hex FE C4 A7 0 17 22 0 14 62 53
Octal 376 304 247 0 27 42 0 24 142 123
Binary 11111110 11000100 10100111 0 10111 100010 0 10100 1100010 1010011

Color Harmonies of #FEC4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4A7

Black with #FEC4A7

Text Example


Text Example

White with #FEC4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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