Html Css Color HEX #FEC8A8 Peach

📋 copy color: '#FEC8A8'

red 254 ◦ green 200 ◦ blue 168

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

Shades of Peach #FEC8A8

Tints of Peach #FEC8A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.01%

R = 40.84%
G = 32.15%
B = 27.01%

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

#FEC8A8 (or 0xFEC8A8) is known color: Peach. HEX triplet: FE, C8 and A8. RGB value is (254,200,168). Sum of RGB (Red+Green+Blue) = 254+200+168=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 168 (66.02% from 255 or 27.01% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8A8 is #013757. Grayscale: #D4D4D4. Windows color (decimal): -79704 or 11061502. OLE color: 11061502.

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

Color convert

RGB 254 200 168 -
CMYK 0 0.21 0.34 0.00
HSL 22.33º 0.98% 0.83% -
HSV(B) 22.33º 0.34% 1% -
XYZ 68.6 65.21 46.02 -
YUV 212.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 254 200 168 0 0.21 0.34 0.00 22.33 0.98 0.83
Hex FE C8 A8 0 15 22 0 16 62 53
Octal 376 310 250 0 25 42 0 26 142 123
Binary 11111110 11001000 10101000 0 10101 100010 0 10110 1100010 1010011

Color Harmonies of #FEC8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8A8

Black with #FEC8A8

Text Example


Text Example

White with #FEC8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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