Html Css Color HEX #FECBA6 Peach

📋 copy color: '#FECBA6'

red 254 ◦ green 203 ◦ blue 166

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

Shades of Peach #FECBA6

Tints of Peach #FECBA6

RGB

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

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

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

R = 40.77%
G = 32.58%
B = 26.65%

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

#FECBA6 (or 0xFECBA6) is known color: Peach. HEX triplet: FE, CB and A6. RGB value is (254,203,166). Sum of RGB (Red+Green+Blue) = 254+203+166=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 166 (65.23% from 255 or 26.65% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBA6 is #013459. Grayscale: #D6D6D6. Windows color (decimal): -78938 or 10931198. OLE color: 10931198.

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

Color convert

RGB 254 203 166 -
CMYK 0 0.20 0.35 0.00
HSL 25.23º 0.98% 0.82% -
HSV(B) 25.23º 0.35% 1% -
XYZ 69.11 66.54 45.28 -
YUV 214.03 100.9 156.51 -
System Red Green Blue C M Y K H S L
Decimal 254 203 166 0 0.20 0.35 0.00 25.23 0.98 0.82
Hex FE CB A6 0 14 23 0 19 62 52
Octal 376 313 246 0 24 43 0 31 142 122
Binary 11111110 11001011 10100110 0 10100 100011 0 11001 1100010 1010010

Color Harmonies of #FECBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBA6

Black with #FECBA6

Text Example


Text Example

White with #FECBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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