Html Css Color HEX #FECEA6 Peach

📋 copy color: '#FECEA6'

red 254 ◦ green 206 ◦ blue 166

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

Shades of Peach #FECEA6

Tints of Peach #FECEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.91%

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

R = 40.58%
G = 32.91%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FECEA6 (or 0xFECEA6) is known color: Peach. HEX triplet: FE, CE and A6. RGB value is (254,206,166). Sum of RGB (Red+Green+Blue) = 254+206+166=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 166 (65.23% from 255 or 26.52% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEA6 is #013159. Grayscale: #D8D8D8. Windows color (decimal): -78170 or 10931966. OLE color: 10931966.

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

Color convert

RGB 254 206 166 -
CMYK 0 0.19 0.35 0.00
HSL 27.27º 0.98% 0.82% -
HSV(B) 27.27º 0.35% 1% -
XYZ 69.83 67.97 45.51 -
YUV 215.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 254 206 166 0 0.19 0.35 0.00 27.27 0.98 0.82
Hex FE CE A6 0 13 23 0 1B 62 52
Octal 376 316 246 0 23 43 0 33 142 122
Binary 11111110 11001110 10100110 0 10011 100011 0 11011 1100010 1010010

Color Harmonies of #FECEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEA6

Black with #FECEA6

Text Example


Text Example

White with #FECEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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