#FFC6A4

Color #FFC6A4 Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach #FFC6A4

Tints of Peach #FFC6A4

Color information

#FFC6A4 (or 0xFFC6A4) is unknown color: approx Peach. HEX triplet: FF, C6 and A4. RGB value is (255,198,164). Sum of RGB (Red+Green+Blue) = 255+198+164=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6A4 is #00395B. Grayscale: #D3D3D3. Windows color (decimal): -14684 or 10798847. OLE color: 10798847.

HSL color Cylindrical-coordinate representation of color #FFC6A4: hue angle of 22.42º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFC6A4 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255198164-
CMYK00.220.360
HSL22.42º100%82.16%-
HSV(B)22.42º35.69%100%-
XYZ68.1364.3343.95-
YUV211.17101.38159.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 198 (77.73% from 255) = 32.09%
BLUE value IS 164 (64.45% from 255) = 26.58%
R=41.33%
G=32.09%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519816400.220.36022.4210082.16
HexFFC6A4016240166452
Octal37730624402644026144122
Binary11111111110001101010010001011010010001011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6A4; }

 p { color: rgb(255,198,164); }

 H1.HeaderClassName
 {
   color: #FFC6A4;
 }
 .AnyTagClassName
 {
   color: #FFC6A4;
 }
</style>
background-color css

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

 a { background-color: rgb(255,198,164); }

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

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

 span { border-color: rgb(255,198,164); }

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