Html Css Color HEX #FECBA5 Peach

📋 copy color: '#FECBA5'

red 254 ◦ green 203 ◦ blue 165

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

Shades of Peach #FECBA5

Tints of Peach #FECBA5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.64%

 BLUE value IS 165 (64.84% from 255) = 26.53%

R = 40.84%
G = 32.64%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FECBA5 (or 0xFECBA5) is known color: Peach. HEX triplet: FE, CB and A5. RGB value is (254,203,165). Sum of RGB (Red+Green+Blue) = 254+203+165=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 165 (64.84% from 255 or 26.53% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBA5 is #01345A. Grayscale: #D6D6D6. Windows color (decimal): -78939 or 10865662. OLE color: 10865662.

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

Color convert

RGB 254 203 165 -
CMYK 0 0.20 0.35 0.00
HSL 25.62º 0.98% 0.82% -
HSV(B) 25.62º 0.35% 1% -
XYZ 69.02 66.5 44.8 -
YUV 213.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 254 203 165 0 0.20 0.35 0.00 25.62 0.98 0.82
Hex FE CB A5 0 14 23 0 1A 62 52
Octal 376 313 245 0 24 43 0 32 142 122
Binary 11111110 11001011 10100101 0 10100 100011 0 11010 1100010 1010010

Color Harmonies of #FECBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBA5

Black with #FECBA5

Text Example


Text Example

White with #FECBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBA5; }

 p { color: rgb(254,203,165); }

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

background-color css

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

 a { background-color: rgb(254,203,165); }

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

border-color css

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

 span { border-color: rgb(254,203,165); }

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