Html Css Color HEX #FECCA6 Peach

📋 copy color: '#FECCA6'

red 254 ◦ green 204 ◦ blue 166

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

Shades of Peach #FECCA6

Tints of Peach #FECCA6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.69%

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

R = 40.71%
G = 32.69%
B = 26.6%

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

#FECCA6 (or 0xFECCA6) is known color: Peach. HEX triplet: FE, CC and A6. RGB value is (254,204,166). Sum of RGB (Red+Green+Blue) = 254+204+166=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 166 (65.23% from 255 or 26.60% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCA6 is #013359. Grayscale: #D6D6D6. Windows color (decimal): -78682 or 10931454. OLE color: 10931454.

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

Color convert

RGB 254 204 166 -
CMYK 0 0.20 0.35 0.00
HSL 25.91º 0.98% 0.82% -
HSV(B) 25.91º 0.35% 1% -
XYZ 69.35 67.01 45.36 -
YUV 214.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 254 204 166 0 0.20 0.35 0.00 25.91 0.98 0.82
Hex FE CC A6 0 14 23 0 1A 62 52
Octal 376 314 246 0 24 43 0 32 142 122
Binary 11111110 11001100 10100110 0 10100 100011 0 11010 1100010 1010010

Color Harmonies of #FECCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCA6

Black with #FECCA6

Text Example


Text Example

White with #FECCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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